groupwrite-io / groupwrite.io

A realtime collaborative writing game
http://groupwrite.io/
MIT License
13 stars 15 forks source link

Investigate why VueRouter.history.current always shows '/' #56

Open ripper234 opened 7 years ago

ripper234 commented 7 years ago

This might be a Vue bug or misuse by us. Ideally we should use VueRouter's API to check if we're in the queue page in updateStateForPlayer. Currently, we use a workaround of window.location.hash .

Investigate why router.history.current always shows /, fix our usage or open a bug as needed.