ZIm/crates/collab_ui/src
Kirill Bulatov b4fbb9bc08
Use ESC to cancel dragging in Zed (#30318)
Closes https://github.com/zed-industries/zed/issues/11887

ESC is always captured in terminal due to 


980bfae331/crates/terminal/src/terminal.rs (L1339-L1353)

so this part is not fixed.

Otherwise, all other drags are cancelled when ESC is pressed:


https://github.com/user-attachments/assets/6e70a1e5-c244-420b-9dec-ae2ac2997a59


Release Notes:

- Allowed to use ESC to cancel dragging in Zed
2025-05-08 22:58:38 +00:00
..
chat_panel Rename regex search tool to grep and accept an include glob pattern (#29100) 2025-04-20 00:53:30 +00:00
collab_panel chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
notifications chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
channel_view.rs Add the ability to follow the agent as it makes edits (#29839) 2025-05-04 08:28:39 +00:00
chat_panel.rs chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
collab_panel.rs Use ESC to cancel dragging in Zed (#30318) 2025-05-08 22:58:38 +00:00
collab_ui.rs chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
notification_panel.rs Restyle notification close control (#30262) 2025-05-08 14:10:30 +00:00
notifications.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
panel_settings.rs VSCode Settings import (#29018) 2025-04-23 20:54:09 +00:00