fix: show autocomplete tag results only if query isn't empty
This commit is contained in:
@@ -98,7 +98,7 @@ export class NoteTagsState {
|
||||
|
||||
clearAutocompleteSearch(): void {
|
||||
this.setAutocompleteSearchQuery('');
|
||||
this.searchActiveNoteAutocompleteTags();
|
||||
this.setAutocompleteTagResults([]);
|
||||
}
|
||||
|
||||
async createAndAddNewTag(): Promise<void> {
|
||||
|
||||
Reference in New Issue
Block a user