mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-09 00:59:02 +02:00
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