Make UniformList non-occluding. (#9806)
Fixes https://github.com/zed-industries/zed/issues/9723 Move the `occlude` in the places where they are needed. Release Notes: - Fixed right click in the project panel's empty region ([9723](https://github.com/zed-industries/zed/issues/9723)) Co-authored-by: Antonio Scandurra <antonio@zed.dev>
This commit is contained in:
parent
db9221aa57
commit
b8663e56a9
2 changed files with 3 additions and 4 deletions
|
@ -48,7 +48,6 @@ where
|
|||
interactivity: Interactivity {
|
||||
element_id: Some(id),
|
||||
base_style: Box::new(base_style),
|
||||
occlude_mouse: true,
|
||||
|
||||
#[cfg(debug_assertions)]
|
||||
location: Some(*core::panic::Location::caller()),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue