Replies: 1 comment
-
I can take a look at this. To confirm, you are trying to take a drag event that originates in an iframe and intercept the drop event within dockview? |
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
-
Hey, I have groups (with dockview tabs set to hidden) that contain iframes with draggable header (inside iframe). I'm trying to simulate (using dispatchEvent) the dragging behaviour from within the iframe sending (dragstart/dragend/drag) data over postMessage to the parent window but I'm unable to trigger overlay/onDidDrop on DockviewReact. Mby someone tried to achieve something similar and might guide me in the right direction?
I looked what events (dragenter/dragover/dragleave/dragend/drop) are used by dockview dnd and tried to simulate them with 'dispatchEvent' and a mix of
Beta Was this translation helpful? Give feedback.
All reactions