Fixes insertion update error on text metadata when using suggestions.

This commit is contained in:
mateuswetah 2021-07-07 21:36:44 -03:00
parent 8db7e8a489
commit b250db6b7f
1 changed files with 4 additions and 1 deletions

View File

@ -99,7 +99,10 @@
this.searchQuery = query;
this.options = [];
this.searchOffset = 0;
}
}
// Updates metadata
this.onInput(query);
// String cleared
if (!query.length) {