Skip to content

Commit

Permalink
Fix line typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocobozzz committed Jun 20, 2024
1 parent 4aadf69 commit 419da53
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/src/app/core/hotkeys/hotkeys.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 419da53

Please sign in to comment.