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
For future reference: If you define the handlers on the route class and use the @keyResponder decorator, you'll want to do @keyResponder({ activated: false }) and then toggle keyboardActivated on activate and deactivate.
Quick version: set
keyboardActivated
totrue
in the route'sactivate
hook and tofalse
in thedeactivate
hook.See #52 for some more discussion.
The text was updated successfully, but these errors were encountered: