mirror of
https://github.com/decaf-dev/obsidian-vault-explorer.git
synced 2026-07-22 10:10:31 +00:00
Merge pull request #350 from decaf-dev/fix-folder-dropdown-tab-press
refactor: add comment
This commit is contained in:
commit
a78949aefe
1 changed files with 1 additions and 0 deletions
|
|
@ -81,6 +81,7 @@
|
|||
} else if (e.key === "Tab") {
|
||||
closeDropdown();
|
||||
} else {
|
||||
// open dropdown on any key press
|
||||
if (!isOpen) {
|
||||
openDropdown();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue