You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Terminal drag & drop works on Windows — reorder slots in the grid, swap running sessions, and see the drop target highlight as you drag.
Fixed
Windows / WebView2: dragging a terminal showed a preview but never completed the drop. BLXCode now disables the OS-level drag handler that blocked in-app drops, and accepts drops without reading protected clipboard data during dragover.
Image drops from the desktop into the Agent panel still work — they use the normal browser drop path.
Good to know
macOS and Linux were unaffected; this patch targets Windows.