debounce search and don't lose focus

This commit is contained in:
Paul Miller
2024-01-13 13:30:47 +00:00
parent 1c8a57d700
commit 975ebb3d25
4 changed files with 84 additions and 26 deletions

View File

@@ -18,3 +18,4 @@ export * from "./nostr";
export * from "./currencies";
export * from "./bech32";
export * from "./keypad";
export * from "./debounce";