mirror of
https://github.com/quorafind/Obsidian-Float-Search.git
synced 2026-07-22 07:30:25 +00:00
chore: bump version
This commit is contained in:
parent
8c2817eb22
commit
460fe4edd0
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ const initSearchViewWithLeaf = async (app: App, type: PaneType | 'sidebar', stat
|
|||
});
|
||||
|
||||
setTimeout(() => {
|
||||
const inputEl = leaf.containerEl.getElementsByTagName("input")?.[0];
|
||||
const inputEl = leaf?.containerEl.getElementsByTagName("input")?.[0];
|
||||
inputEl.focus();
|
||||
}, 0);
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue