kopia lustrzana https://github.com/nextcloud/social
Merge pull request #263 from nextcloud/bugfix/noid/search-one-only
Only send one search request at a time to the serverpull/266/head
commit
9599660feb
|
@ -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