mirror of
https://github.com/decaf-dev/obsidian-vault-explorer.git
synced 2026-07-22 10:10:31 +00:00
fix: reset input to selected value on close
This commit is contained in:
parent
fa218faf20
commit
31579e2124
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@
|
|||
|
||||
function closeDropdown() {
|
||||
isOpen = false;
|
||||
inputValue = "";
|
||||
inputValue = value;
|
||||
currentFocusIndex = 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue