Skip to content

v0.1.3

Choose a tag to compare

@just-tobi just-tobi released this 24 Mar 20:44
2a74641

fix(panel): use Pointer Events API with setPointerCapture for drag/resize

Fixes drag/resize continuing after mouse release when cursor moves over TYPO3's
content iframes. setPointerCapture() guarantees all pointer events are delivered
to the capturing element regardless of iframe boundaries or shadow DOM.