You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fixes#274.
- Extracted the logic from `editor-interactions.ts` and `canvas.ts`
pulling that into `global-shortcuts.ts`. In the process refactoring
out the inspector tab handling check.
- Separated out browser shortcut prevention so that those can still
be applied even if the shortcuts don't match them.
- Fixes#274.
- Extracted the logic from `editor-interactions.ts` and `canvas.ts`
pulling that into `global-shortcuts.ts`. In the process refactoring
out the inspector tab handling check.
- Separated out browser shortcut prevention so that those can still
be applied even if the shortcuts don't match them.
Refactor all global shortcuts to somewhere in editor.tsx or similar. Effectively a cleanup pass to consolidate logic which should all be co-located.
The text was updated successfully, but these errors were encountered: