diff options
| author | Terry Truong <terry06890@gmail.com> | 2022-06-28 22:24:55 +1000 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2022-06-28 22:24:55 +1000 |
| commit | 7677d593467e7cc29cf10f28301152776c027bd2 (patch) | |
| tree | 1287947c5ce202b03b89fa6db18c492c589b50a6 /src/lib.ts | |
| parent | a97ac5f88503b8685c3f0068d4d7b51fc1d01150 (diff) | |
Use double-taps on mobile
Diffstat (limited to 'src/lib.ts')
| -rw-r--r-- | src/lib.ts | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -127,4 +127,5 @@ export type UiOptions = { searchJumpMode: boolean, tutorialSkip: boolean, disabledActions: Set<Action>, + useDblClick: boolean, }; |
