Skip to content

Commit

Permalink
Undo auto submit
Browse files Browse the repository at this point in the history
  • Loading branch information
allanlasser committed Apr 24, 2024
1 parent 328a527 commit 1ea1c02
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/components/inputs/Search.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
function clear() {
query = "";
input.focus();
form.submit();
}
</script>

Expand Down

0 comments on commit 1ea1c02

Please sign in to comment.