mirror of
https://github.com/nextcloud/server.git
synced 2026-07-15 21:03:00 -04:00
Merge pull request #13945 from nextcloud/show-autocompletion-as-soon-as-at-is-typed
Show autocompletion as soon as "@" is typed
This commit is contained in:
commit
f2ab8dd59c
1 changed files with 0 additions and 3 deletions
|
|
@ -185,9 +185,6 @@
|
|||
},
|
||||
|
||||
_onAutoComplete: function(query, callback) {
|
||||
if(_.isEmpty(query)) {
|
||||
return;
|
||||
}
|
||||
var s = this;
|
||||
if(!_.isUndefined(this._autoCompleteRequestTimer)) {
|
||||
clearTimeout(this._autoCompleteRequestTimer);
|
||||
|
|
|
|||
Loading…
Reference in a new issue