Skip to content

Commit

Permalink
Clarifying comment
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-mackinnon committed Mar 24, 2024
1 parent 445e679 commit 809cc63
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/hotkeySuppressor.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/// When blockHotkeys is true, space key presses will not be hijacked to control
/// audio transport state.
class HotkeySuppressor {
blockHotkeys: boolean = false;
}
Expand Down

0 comments on commit 809cc63

Please sign in to comment.