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
1 changed files with 0 additions and 1 deletions
|
@ -553,7 +553,6 @@ impl Element for TerminalElement {
|
||||||
global_id: Option<&GlobalElementId>,
|
global_id: Option<&GlobalElementId>,
|
||||||
cx: &mut WindowContext,
|
cx: &mut WindowContext,
|
||||||
) -> (LayoutId, Self::RequestLayoutState) {
|
) -> (LayoutId, Self::RequestLayoutState) {
|
||||||
self.interactivity.occlude_mouse();
|
|
||||||
let layout_id = self
|
let layout_id = self
|
||||||
.interactivity
|
.interactivity
|
||||||
.request_layout(global_id, cx, |mut style, cx| {
|
.request_layout(global_id, cx, |mut style, cx| {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue