We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bf2e03 commit bf9b7f6Copy full SHA for bf9b7f6
packages/common-ui/src/utils/SkldrMouseTrap.ts
@@ -76,7 +76,7 @@ export class SkldrMouseTrap {
76
* Remove specific keyboard binding(s) without affecting others
77
* @param hotkey Single hotkey or array of hotkeys to remove
78
*/
79
- public static removeBinding(hotkey: string | string[] | Array<string | string[]>) {
+ public static removeBinding(hotkey: string | string[]) {
80
const instance = SkldrMouseTrap.instance();
81
const currentHotkeys = [...instance.hotkeys];
82
0 commit comments