Skip to content
This repository was archived by the owner on Oct 15, 2025. It is now read-only.

Commit 6651f09

Browse files
committed
refactor(questions): Make debounce duration longer
1 parent 4f7eead commit 6651f09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/components/Questions/FilterableSection.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<div class="d-flex gap-1">
2121
<form action="{{ path('app_questions') }}" method="GET">
22-
<input type="search" data-model="debounce(100)|query" class="form-control" placeholder="搜尋題目……"
22+
<input type="search" data-model="debounce(300)|query" class="form-control" placeholder="搜尋題目……"
2323
aria-label="搜尋題目">
2424
</form>
2525
</div>

0 commit comments

Comments
 (0)