style: format static/search/overlay.ts

This commit is contained in:
2026-06-21 02:05:04 +02:00
committed by Milas Holsting
parent b7e06810c6
commit 0afb4e4c6d

View File

@@ -1,3 +1,6 @@
import { openSearch, clearSearchInput } from "./actions";
import { scheduleFetch, fetchSearchItems, onResultsScroll } from "./fetch";
import { selectItem, runSelectedItem, renderEmptyState } from "./render";
import {
searchInitializedKey,
globalWindow,
@@ -9,9 +12,6 @@ import {
getSelectedIndex,
isTypingTarget,
} from "./state";
import { selectItem, runSelectedItem, renderEmptyState } from "./render";
import { scheduleFetch, fetchSearchItems, onResultsScroll } from "./fetch";
import { openSearch, clearSearchInput } from "./actions";
const onInputKeydown = (event: KeyboardEvent): void => {
if (event.key === "ArrowDown") {