refactor: migrate templates to tailwind utilities
This commit is contained in:
@@ -86,7 +86,7 @@
|
||||
if (!(target instanceof Element)) {
|
||||
return;
|
||||
}
|
||||
if (!target.closest(".header-search-wrapper")) {
|
||||
if (!target.closest("[data-search-root]")) {
|
||||
searchDropdown.replaceChildren();
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user