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 removing a game dynamically (with javascript) from the dom, the keydown events on the document (among others I guess but I didn't check all of them) are not removed. The consequence is for example that the space bar (which is in the list of PREVENT_DEFAULT_KEY_CODES) doesn't work anymore in input fields for example.
We miss a destroy method that would take care fo all events unbind.
The text was updated successfully, but these errors were encountered:
When removing a game dynamically (with javascript) from the dom, the keydown events on the document (among others I guess but I didn't check all of them) are not removed. The consequence is for example that the space bar (which is in the list of PREVENT_DEFAULT_KEY_CODES) doesn't work anymore in input fields for example.
We miss a destroy method that would take care fo all events unbind.
The text was updated successfully, but these errors were encountered: