🐞 cmd+delete
for deleting terminal become inactive after trying to delete a file with the shortcut
#1343
Labels
bug
Something isn't working
Description
In PR #1329, some improvements on the focus system are added so commands like
cmd+delete
for deleting current terminal or selected file can be handled more easily. But, after the user selects a file and try to usecmd+delete
to delete a file (which will not work because it's not implemented),cmd+delete
for deleting the terminal will also stop working.To Reproduce
cmd+delete
to delete the terminal (it will work as intended)cmd+delete
to delete the file (it will not work because it's yet to be implemented)cmd+delete
to delete the terminal (this time it will stop working)Expected Behavior
The terminal should be deleted.
Version Information
CodeEdit: commit 6f39159
macOS: macOS Sonoma 14.0 Beta (23A5257q)
Xcode: 15.0 beta (15A5160n)
Additional Context
No response
Screenshots
2023-06-18_19-21-31.mp4
The text was updated successfully, but these errors were encountered: