How to call an external function within a plugin to use the DomComponent's dblclick event? #5077
Replies: 1 comment
-
This is really up to you how to implement that, you can simply pass the |
Beta Was this translation helpful? Give feedback.
0 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.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a plugin and I want to open the function showMediaPopup() when double-clicking on the component.
However, the showMediaPopup() function is outside the plugin. Is there a way to call that function within the plugin?
Beta Was this translation helpful? Give feedback.
All reactions