Merge pull request #350 from decaf-dev/fix-folder-dropdown-tab-press

refactor: add comment
This commit is contained in:
DecafDev 2024-09-12 17:58:11 -06:00 committed by GitHub
commit a78949aefe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -81,6 +81,7 @@
} else if (e.key === "Tab") {
closeDropdown();
} else {
// open dropdown on any key press
if (!isOpen) {
openDropdown();
}