mirror of
https://github.com/shadoll/sLogos.git
synced 2025-12-20 07:31:01 +00:00
feat: update tag filtering UI with new dropdown and compact mode options
This commit is contained in:
@@ -522,7 +522,7 @@
|
||||
}
|
||||
|
||||
function closeDropdown(e) {
|
||||
if (!e.target.closest(".tag-dropdown")) {
|
||||
if (!e.target.closest(".filter-dropdown")) {
|
||||
tagDropdownOpen = false;
|
||||
|
||||
// Update window.appData immediately
|
||||
|
||||
Reference in New Issue
Block a user