mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Don't capture all click events
This commit is contained in:
parent
b51af73516
commit
f5e5e55457
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ define [
|
|||
|
||||
$(document).on "click", (e) =>
|
||||
@closeContextMenu(e)
|
||||
return true
|
||||
# $(document).on "contextmenu", (e) =>
|
||||
# @closeContextMenu(e)
|
||||
|
||||
|
|
Loading…
Reference in a new issue