feat: use local implementation

This commit is contained in:
Shivam Mishra
2024-05-02 14:12:46 +05:30
parent 61805d7bf3
commit 9c34a96242
2 changed files with 98 additions and 1 deletions
@@ -1,6 +1,6 @@
import { isActiveElementTypeable, isEscape } from '../helpers/KeyboardHelpers';
import { createKeybindingsHandler } from 'tinykeys';
import { createKeybindingsHandler } from 'shared/helpers/keybindings';
import * as Sentry from '@sentry/browser';
// this is a store that stores the handler globally, and only gets reset on reload