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
Person-card fixed touch in person component + login refactor (window event) (#228)
* [mgt-person] adding touch event to window to help with hiding person-card
* [mgt-login] moving click handle to connected and disconnected callback methods
* [mgt-person] refactor touch and click events
* [mgt-person] re-adding logic for showpersoncard onclick
* [person] separating openPersonCard click to not be attached to window unfactor :(
* [mgt-person] fix for rapid open close of person card in touch events
* making private variable instead of property, touch disables handleMouseEnter timeouts
* removed touch handling and only depend on click event for everything
* Clarified window click handler names
0 commit comments