Force return true on a jquery handler; returning falsy values may have unexpected results.
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user