Fixes insertion update error on text metadata when using suggestions.
This commit is contained in:
parent
8db7e8a489
commit
b250db6b7f
|
@ -99,7 +99,10 @@
|
|||
this.searchQuery = query;
|
||||
this.options = [];
|
||||
this.searchOffset = 0;
|
||||
}
|
||||
}
|
||||
|
||||
// Updates metadata
|
||||
this.onInput(query);
|
||||
|
||||
// String cleared
|
||||
if (!query.length) {
|
||||
|
|
Loading…
Reference in New Issue