mirror of
https://github.com/broekema41/obsidian-vcf-contacts.git
synced 2026-07-22 05:42:58 +00:00
Refs #9: Cleaning pull request during review
This commit is contained in:
parent
5799331f64
commit
0bec1ab1dd
2 changed files with 1 additions and 2 deletions
|
|
@ -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 () => {
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@ const scrollToLeaf = (leaf: WorkspaceLeaf):void => {
|
|||
behavior: "smooth",
|
||||
});
|
||||
});
|
||||
}, 550);
|
||||
}, 50);
|
||||
};
|
||||
|
||||
const scrollToTop = ():void => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue