Skip to content

Commit

Permalink
prevent action on clipboard events when disabled
Browse files Browse the repository at this point in the history
fixes #2460
  • Loading branch information
koenpunt committed Oct 14, 2016
1 parent f2fe103 commit 2326058
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions coffee/lib/abstract-chosen.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ class AbstractChosen
break

clipboard_event_checker: (evt) ->
return if @is_disabled
setTimeout (=> this.results_search()), 50

container_width: ->
Expand Down

0 comments on commit 2326058

Please # to comment.