Fix line typo

This commit is contained in:
Chocobozzz 2024-06-20 09:51:21 +02:00
parent 4aadf69a8b
commit 419da534af
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 0 additions and 1 deletions

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