From 0bec1ab1dd16b1fee6a1556d1c8767e802d44dc7 Mon Sep 17 00:00:00 2001 From: Roland Broekema Date: Sun, 18 May 2025 19:22:58 +0200 Subject: [PATCH] Refs #9: Cleaning pull request during review --- src/file/file.ts | 1 - src/util/myScrollTo.ts | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/file/file.ts b/src/file/file.ts index 08a0637..fc0dcbe 100644 --- a/src/file/file.ts +++ b/src/file/file.ts @@ -138,7 +138,6 @@ export function saveVcardFilePicker(data: string, obsidianFile?: TFile ) { * This dependency can change at any point but there is no alternative * found that can actually share without extra user click on IOS and Android **/ - console.log('starting'); // @ts-ignore if(Platform.isMobileApp && window.Capacitor && typeof window.Capacitor.Plugins.Filesystem.open === 'function') { (async () => { diff --git a/src/util/myScrollTo.ts b/src/util/myScrollTo.ts index 7bd2081..726e9a4 100644 --- a/src/util/myScrollTo.ts +++ b/src/util/myScrollTo.ts @@ -52,7 +52,7 @@ const scrollToLeaf = (leaf: WorkspaceLeaf):void => { behavior: "smooth", }); }); - }, 550); + }, 50); }; const scrollToTop = ():void => {