Fix line typo
This commit is contained in:
parent
4aadf69a8b
commit
419da534af
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue