Fix line typo

This commit is contained in:
Chocobozzz
2024-06-20 09:51:21 +02:00
parent 4aadf69a8b
commit 419da534af

View File

@@ -14,7 +14,6 @@ export class HotkeysService {
private hotkeys: Hotkey[] = []
private readonly preventIn = new Set([ 'INPUT', 'SELECT', 'TEXTAREA' ])
private readonly preventAttribute = new Set([ 'INPUT', 'SELECT', 'TEXTAREA' ])
private disabled = false