mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-03-12 07:05:42 +00:00
Merge pull request #5775 from rm-yakovenko/feature/dm-compose-debounce
[Bug Fix] Web UI DM Compose: add debounce to the recipient autocomplete
This commit is contained in:
commit
fdd1627877
1 changed files with 1 additions and 0 deletions
|
@ -92,6 +92,7 @@
|
||||||
aria-label="Search usernames"
|
aria-label="Search usernames"
|
||||||
:get-result-value="getTagResultValue"
|
:get-result-value="getTagResultValue"
|
||||||
@submit="onTagSubmitLocation"
|
@submit="onTagSubmitLocation"
|
||||||
|
:debounce-time="500"
|
||||||
ref="autocomplete"
|
ref="autocomplete"
|
||||||
>
|
>
|
||||||
</autocomplete>
|
</autocomplete>
|
||||||
|
|
Loading…
Add table
Reference in a new issue