craft.js icon indicating copy to clipboard operation
craft.js copied to clipboard

How can I cancel dragging into iframe?

Open CarlosBalladares opened this issue 3 years ago • 4 comments

when the canvas is inside an iframe and the draggable html node is outside that iframe im unable to cancel the dragging action

CarlosBalladares avatar Aug 04 '22 08:08 CarlosBalladares

I had the same problem.

trionfordring avatar Nov 04 '22 12:11 trionfordring

I had the same problem.

<iframe
      ref={(dom: HTMLIFrameElement) => connect(dom)}
    >
      {children}
</iframe>

Andy-lm avatar Dec 30 '22 03:12 Andy-lm