Skip to content

Commit

Permalink
fixed click on jumping search button during open facet
Browse files Browse the repository at this point in the history
  • Loading branch information
mpneuried committed Jan 27, 2017
1 parent 34e3409 commit f80790f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _src/js/views/main.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class MainView extends Backbone.View
template: require( "../tmpls/wrapper.jade" )

events:
"click .search-btn": "_onSearch"
"mousedown .search-btn": "_onSearch"
"focus .search-btn": "_onFocusSearch"
"click .add-facet-btn": "_addFacet"
"click": "_addFacet"
Expand Down

0 comments on commit f80790f

Please sign in to comment.