mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-09 04:16:02 +00: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…
Add table
Reference in a new issue