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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Renamed ModalInput.search to ModalInput.accept_input. (#43)
A Command, invoked either by the command palette or by a binding, will now always invoke its action; it's no longer necessary to use @on as well as define the action_*_command function. (#47)
A Command can now have an ACTION that is an inline action; it's no longer necessary to define one action_*_command per command (eg: a Quit command can set its ACTION to "app.quit", etc). (#47)