mirror of
https://github.com/enso-org/enso.git
synced 2024-12-25 10:22:34 +03:00
db425e7a77
- Renames "Move To Trash" to "Delete" on local backend - This is because the local backend does not have a trash category (or categories at all) - Fix search bar autofocus - The "delete" hotkey was focusing the search bar - this was because the shortcuts handler, and the autofocus handler, were both registered on the same `EventTarget`. The fix is to do `stopImmediatePropagation()` to stop running any other event handler, even ones on the same `EventTarget`. # Important Notes None |
||
---|---|---|
.. | ||
lib | ||
.gitignore | ||
debugGlobals.ts | ||
eslint.config.js | ||
package-lock.json | ||
package.json | ||
tsconfig.json | ||
utils.ts |