Force return true on a jquery handler; returning falsy values may have unexpected results.

This commit is contained in:
Paulo Reis 2017-06-15 16:17:21 +01:00
parent fcf0a96933
commit af2cbf5a51

View file

@ -432,6 +432,7 @@ define [
# if we still have a selection we need to keep the handler going
if not removedClass then _setMouseUpHandler()
, 10
return true
_removeClassIfNoSelection = () ->
if _hasSelection()