kopia lustrzana https://github.com/nextcloud/social
Only send one search request at a time to the server
Signed-off-by: Julius Härtl <jus@bitgrid.net>pull/263/head
rodzic
b373bb0ffb
commit
a9f40d4f80
src/components
|
@ -79,6 +79,9 @@ export default {
|
|||
},
|
||||
methods: {
|
||||
search(val) {
|
||||
if (this.loading) {
|
||||
return
|
||||
}
|
||||
this.loading = true
|
||||
const re = /@((\w+)(@[\w.]+)?)/g
|
||||
if (val.match(re)) {
|
||||
|
|
Ładowanie…
Reference in New Issue