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
Currently on any user input something is called - either registered binding or general onCommand when given command is not registered. The only exception is if input empty (user pressed "enter" multiple times). In this case nothing is called.
Add extra optional command binding - onEmpty which will be called when entered command is empty (or contains only whitespace).
Currently on any user input something is called - either registered binding or general
onCommand
when given command is not registered. The only exception is if input empty (user pressed "enter" multiple times). In this case nothing is called.Add extra optional command binding -
onEmpty
which will be called when entered command is empty (or contains only whitespace).Initial request by @Jeff-RavenLabs in #18
The text was updated successfully, but these errors were encountered: