1
0
Fork 1
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:
daniel 2025-03-06 00:58:12 -07:00 committed by GitHub
commit fdd1627877
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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>