mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-09 00:22:38 +00:00
Force return true on a jquery handler; returning falsy values may have unexpected results.
This commit is contained in:
parent
fcf0a96933
commit
af2cbf5a51
1 changed files with 1 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue