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:
parent
d2d9f492b9
commit
46f45464be
2 changed files with 15 additions and 5 deletions
|
@ -1130,7 +1130,6 @@ impl Render for TerminalView {
|
|||
let focused = self.focus_handle.is_focused(window);
|
||||
|
||||
div()
|
||||
.occlude()
|
||||
.id("terminal-view")
|
||||
.size_full()
|
||||
.relative()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue