Remove legacy 15% edge dead-zone from terminal drag-and-drop adapter #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Location
src/lib/features/dnd/adapters/terminal.svelte.ts:89-103Problem
The terminal DnD adapter calculates a 15% edge margin that originally served to differentiate pane-split drop zones from terminal surface drops. Since split panes have been removed, drops near the outer 15% boundary of a terminal are now silently ignored instead of pasting the file path.
Suggested Fix
Remove the edge dead-zone calculation so that the entire terminal container bounds accept file drops.