Replies: 1 comment 7 replies
-
I suppose the best solution is adding an event listener on document.querySelector('#viewer').addEventListener('dblclick',
(evt) => {evt.preventDefault(); evt.stopPropagation();}, true); Maybe you also need to use the parent element of By the way, please apologize the sluggish answer: A nasty flu sent me to bed this week. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Is there a way to disable the double click so that it doesn't zoom in or out?
Beta Was this translation helpful? Give feedback.
All reactions