You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have experienced this in the CKEditor5 plugin, but I believe it applies to all integrations. Because of this line, other double-click handlers installed after the Mathtype integration's double-click handler or higher in the DOM will not work.
In my case, I have another unrelated feature that tries to listen for double-clicks and when the mathtype plugin is enabled, that feature doesn't work.
Environment
Which version of MathType does this happen in? @wiris/[email protected]
Operating System (Windows, macOS, Ubuntu, etc.) all
Steps to reproduce
Write code that adds a dblclick handler to the editor root after the integration has installed its handler, or that adds a dblclick handler to a higher-in-the-DOM element. Double-click inside the editor.
Expected result
The handler is called
Actual result
The handler is not called
The text was updated successfully, but these errors were encountered:
Description
I have experienced this in the CKEditor5 plugin, but I believe it applies to all integrations. Because of this line, other double-click handlers installed after the Mathtype integration's double-click handler or higher in the DOM will not work.
In my case, I have another unrelated feature that tries to listen for double-clicks and when the mathtype plugin is enabled, that feature doesn't work.
Environment
Which version of MathType does this happen in? @wiris/[email protected]
What is the relevant software and their versions?
Steps to reproduce
Write code that adds a
dblclick
handler to the editor root after the integration has installed its handler, or that adds adblclick
handler to a higher-in-the-DOM element. Double-click inside the editor.Expected result
The handler is called
Actual result
The handler is not called
The text was updated successfully, but these errors were encountered: