fix: focus autocomplete input after adding tag from hint
This commit is contained in:
@@ -19,6 +19,7 @@ export const AutocompleteTagHint = observer(
|
||||
|
||||
const onTagHintClick = async () => {
|
||||
await appState.noteTags.createAndAddNewTag();
|
||||
appState.noteTags.setAutocompleteInputFocused(true);
|
||||
};
|
||||
|
||||
const onFocus = () => {
|
||||
|
||||
Reference in New Issue
Block a user