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

@ -101,6 +101,9 @@
this.searchOffset = 0;
}
// Updates metadata
this.onInput(query);
// String cleared
if (!query.length) {
this.searchQuery = query;