mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-26 09:12:57 +03:00
Do not occlude terminal pane by terminal element (#12677)
Release Notes: - Fixed file drag and drop not working for terminal Co-authored-by: Antonio Scandurra <antonio@zed.dev>
This commit is contained in:
parent
27e9c68988
commit
1768c0d996
@ -553,7 +553,6 @@ impl Element for TerminalElement {
|
||||
global_id: Option<&GlobalElementId>,
|
||||
cx: &mut WindowContext,
|
||||
) -> (LayoutId, Self::RequestLayoutState) {
|
||||
self.interactivity.occlude_mouse();
|
||||
let layout_id = self
|
||||
.interactivity
|
||||
.request_layout(global_id, cx, |mut style, cx| {
|
||||
|
Loading…
Reference in New Issue
Block a user