We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8199219 commit a798465Copy full SHA for a798465
2 files changed
src/ts/hotkey.ts
@@ -351,8 +351,6 @@ function focusQuery(query:string){
351
352
353
export function initMobileGesture(){
354
- console.log('🚀 initMobileGesture called!')
355
-
356
let pressingPointers = new Map<number, {x:number, y:number}>()
357
358
document.addEventListener('touchstart', (ev) => {
src/ts/storage/database.svelte.ts
@@ -586,6 +586,7 @@ export function setDatabase(data:Database){
586
}
587
data.doNotChangeSeperateModels ??= false
588
data.modelTools ??= []
589
+ data.enableScrollToActiveChar ??= true
590
591
// Merge existing hotkeys with new default hotkeys
592
if (!data.hotkeys) {
0 commit comments