Skip to content

Commit

Permalink
should be calling queryState on button click
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Adams committed Jan 23, 2013
1 parent a8acb0e commit 815e0cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/widgets/button.coffee
Original file line number Diff line number Diff line change
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

0 comments on commit 815e0cc

Please sign in to comment.