Skip to content

Commit

Permalink
prevent action on clipboard events when disabled (#2722)
Browse files Browse the repository at this point in the history
fixes #2460
  • Loading branch information
koenpunt authored Oct 16, 2016
1 parent 183d1d8 commit dacfa20
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 @@ -303,6 +303,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 dacfa20

Please sign in to comment.