Refs #9: Cleaning pull request during review

This commit is contained in:
Roland Broekema 2025-05-18 19:22:58 +02:00
parent 5799331f64
commit 0bec1ab1dd
2 changed files with 1 additions and 2 deletions

View file

@ -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 () => {

View file

@ -52,7 +52,7 @@ const scrollToLeaf = (leaf: WorkspaceLeaf):void => {
behavior: "smooth",
});
});
}, 550);
}, 50);
};
const scrollToTop = ():void => {