mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-03 08:54:04 +00:00
670ade9546
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. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
LICENSE-GPL |