TheBenderman / Senior-Design-ALS-Social-Media

4 stars 0 forks source link

Selection manager doesn't deactivate when logging out #61

Open TheBenderman opened 7 years ago

TheBenderman commented 7 years ago

Click the log out button. Selection manager is still active.

Pirobi commented 7 years ago

SelectionManager.AllowSelection needs to be set to false when logged out. Highlighter might also need to be moved/disabled

TheBenderman commented 7 years ago

Someone is doing this: SelectionManager.Instance.Deactivate();