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
|
@ -79,6 +79,9 @@ export default {
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
search(val) {
|
search(val) {
|
||||||
|
if (this.loading) {
|
||||||
|
return
|
||||||
|
}
|
||||||
this.loading = true
|
this.loading = true
|
||||||
const re = /@((\w+)(@[\w.]+)?)/g
|
const re = /@((\w+)(@[\w.]+)?)/g
|
||||||
if (val.match(re)) {
|
if (val.match(re)) {
|
||||||
|
|
Ładowanie…
Reference in New Issue