Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

should be calling queryState on button click #134

Merged
merged 1 commit into from Feb 18, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/widgets/button.coffee
Expand Up @@ -64,7 +64,7 @@
@options.editable.execute @options.command, @options.commandValue
else
@options.editable.execute @options.command
queryState
queryState()
return false

return unless @options.queryState
Expand Down