mirror of
https://github.com/decaf-dev/obsidian-vault-explorer.git
synced 2026-07-22 10:10:31 +00:00
fix: close dropdown when tab is pressed
This commit is contained in:
parent
22e5807009
commit
0a0dca55dd
1 changed files with 2 additions and 0 deletions
|
|
@ -78,6 +78,8 @@
|
|||
} else {
|
||||
openDropdown();
|
||||
}
|
||||
} else if (e.key === "Tab") {
|
||||
closeDropdown();
|
||||
} else {
|
||||
if (!isOpen) {
|
||||
openDropdown();
|
||||
|
|
|
|||
Loading…
Reference in a new issue