zed/crates/workspace
Antonio Scandurra 82d6e606fc Use a MouseEventHandler for activating tabs on mouse down
Previously, we were using an `EventHandler` which doesn't take into
account other mouse regions floating above the rendered element. This
was problematic because, when clicking the `x` icon on a tab that was
not active, we were first activating it and then closing it.
2022-05-27 11:43:58 +02:00
..
src Use a MouseEventHandler for activating tabs on mouse down 2022-05-27 11:43:58 +02:00
Cargo.toml Pretty-print JSON of server snapshot 2022-05-26 09:34:39 +02:00