You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the vsDropDownMenu is mounted you insert the real dropdown as the first child of the body, but when the vsDropDownMenu is destroyed it isn't removed, that means as you navigate around a SPA you can end up with lots of them dropdowns in the document
When the vsDropDownMenu is mounted you insert the real dropdown as the first child of the body, but when the vsDropDownMenu is destroyed it isn't removed, that means as you navigate around a SPA you can end up with lots of them dropdowns in the document
I solved this with
https://github.com/REBELinBLUE/pomodoro/blob/master/src/components/Settings/Dropdown.vue#L42
but obviously it isn't the best way as the component should clean up after itself
The text was updated successfully, but these errors were encountered: