zed/crates/extensions_ui
Marshall Bowers 670ade9546
extensions_ui: Don't block scrolling on disabled extension cards (#22189)
This PR fixes an issue where disabled extension cards would block scroll
events when the mouse was over them.

Instead of using `.occlude`—which captures _all_ mouse events—we use
`.block_mouse_down` to just block mouse down events (to prevent clicking
the buttons on the disabled card). We also set the cursor style to the
default, as it was still switching to the pointer when hovered over top
of one of the buttons.

Release Notes:

- Fixed disabled extensions blocking scroll events in the extensions
list.
2024-12-18 11:20:58 -05:00
..
src extensions_ui: Don't block scrolling on disabled extension cards (#22189) 2024-12-18 11:20:58 -05:00
Cargo.toml Overhaul extension registration (#21083) 2024-11-22 19:02:32 -05:00
LICENSE-GPL Add an extensions installation view (#7689) 2024-02-13 14:09:02 -05:00