Disable RichTextEditor for component #5748
andcmatias
started this conversation in
General
Replies: 1 comment 1 reply
-
Just prevent the event propagation on double click |
Beta Was this translation helpful? Give feedback.
1 reply
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 an icon component that uses the i tag, and it can be inside an a tag. I created an event so that when it is double-clicked, it opens an icon selection modal.
However, I am having problems with the RichTextEditor. When I double-click on the icon, it opens the RichTextEditor and I have to double-click on the icon again.
Is there any way to disable the RichTextEditor in this situation?
Beta Was this translation helpful? Give feedback.
All reactions