craft.js
craft.js copied to clipboard
How can I cancel dragging into iframe?
when the canvas is inside an iframe and the draggable html node is outside that iframe im unable to cancel the dragging action
I had the same problem.
I had the same problem.
<iframe
ref={(dom: HTMLIFrameElement) => connect(dom)}
>
{children}
</iframe>