style: format static/search/actions.ts
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
import { searchInput } from "./state";
|
|
||||||
import { setClearButtonState } from "./render";
|
|
||||||
import { cancelScheduledFetch, fetchSearchItems } from "./fetch";
|
import { cancelScheduledFetch, fetchSearchItems } from "./fetch";
|
||||||
|
import { setClearButtonState } from "./render";
|
||||||
|
import { searchInput } from "./state";
|
||||||
|
|
||||||
export const openSearch = (): void => {
|
export const openSearch = (): void => {
|
||||||
if (!searchInput) {
|
if (!searchInput) {
|
||||||
|
|||||||
Reference in New Issue
Block a user