mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-03 12:54:29 +00:00
The DomEditOverlay sits at z-10 with pointer-events:auto over the preview, intercepting all drag events before they reach NLEPreview's viewport. Move block drop handling from NLEPreview up to the wrapper div in NLELayout that contains both the preview and the overlay, so drag-and-drop from the Catalog panel onto the preview area works regardless of inspector state.