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
{{ message }}
This repository was archived by the owner on Sep 16, 2021. It is now read-only.
If you have two components which both override onmousedown and attach them to the same entity both of the components onmousedown events will be called as expected. If you then remove one of those components the remaining one doesn't seem to receive any onmousedown events until the other is re-added.
If the entity only starts with one of the components attached then it will run onmousedown fine. It's not until the other component has been added and then one of them removed that the other stops running its event. This also happens with onmouseup and onmousemove.