Fix terminal drag and drop (#23827)

Closes https://github.com/zed-industries/zed/discussions/23823

* Fixes terminal drag and drop not working after
https://github.com/zed-industries/zed/pull/23256
* Fixes project panel items drag and drop not working after selection
overhaul even earlier: now, all marked items are added to terminal on
drag and drop

Release Notes:

- Fixed terminal drag and drop, including project panel items
This commit is contained in:
Kirill Bulatov 2025-01-29 11:44:51 +02:00 committed by GitHub
parent d2d9f492b9
commit 46f45464be
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 15 additions and 5 deletions

View file

@ -1130,7 +1130,6 @@ impl Render for TerminalView {
let focused = self.focus_handle.is_focused(window);
div()
.occlude()
.id("terminal-view")
.size_full()
.relative()