mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-03-11 22:53:07 +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"
|
||||
:get-result-value="getTagResultValue"
|
||||
@submit="onTagSubmitLocation"
|
||||
:debounce-time="500"
|
||||
ref="autocomplete"
|
||||
>
|
||||
</autocomplete>
|
||||
|
|
Loading…
Add table
Reference in a new issue