How to Trigger DragEnter Events in Custom Editor Without Requiring Shift Key? #2790
Unanswered
nickolboy
asked this question in
Extension Development QnA
Replies: 1 comment
-
@nickolboy I think we should make it an issue we experience the same problem in our project |
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.
-
I've implemented a custom editor. I can drag components from another webview and drop them into the editor. However, if I drag over other areas, the custom editor's mouseover and drop event listeners won't fire. I have to hold down the shift key to drag in.
Is there any configuration that can set a custom editor to directly trigger the drag event listener without holding down the shift key?
Beta Was this translation helpful? Give feedback.
All reactions