-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Project panel: Support for drag cancel with escape
#11887
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
This seems super reasonable and what most users would expect. |
escape
SomeoneToIgnore
added a commit
that referenced
this issue
May 8, 2025
Closes #11887 ESC is always captured in terminal due to https://github.com/zed-industries/zed/blob/980bfae331dd5078bbba9fe0f3993d9ad5ca6e29/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
lj3954
pushed a commit
to lj3954/zed
that referenced
this issue
May 9, 2025
Closes zed-industries#11887 ESC is always captured in terminal due to https://github.com/zed-industries/zed/blob/980bfae331dd5078bbba9fe0f3993d9ad5ca6e29/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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
Support
escape
to cancel dragging and dropping folders in the project panelWorkaround: Dropping the file/folder into the editor/terminal are non-destructive operations.
Environment
Zed: v0.136.0 (Zed Preview)
OS: macOS 14.4.1
Memory: 32 GiB
Architecture: aarch64
The text was updated successfully, but these errors were encountered: