style: apply formatter changes

This commit is contained in:
2026-06-12 11:39:00 +02:00
parent 4c4c10b154
commit fa88badc69
2 changed files with 4 additions and 2 deletions

View File

@@ -493,7 +493,8 @@ const openSearch = (): void => {
return;
}
lastFocusedSearchOpener = document.activeElement instanceof HTMLElement ? document.activeElement : null;
lastFocusedSearchOpener =
document.activeElement instanceof HTMLElement ? document.activeElement : null;
setSearchState(true);
searchInput.value = "";
lastQuery = "";