fix: focus autocomplete input after adding tag from hint

This commit is contained in:
Antonella Sgarlatta
2021-06-16 18:10:22 -03:00
parent 2473a780d1
commit dcbc8f59f9

View File

@@ -19,6 +19,7 @@ export const AutocompleteTagHint = observer(
const onTagHintClick = async () => {
await appState.noteTags.createAndAddNewTag();
appState.noteTags.setAutocompleteInputFocused(true);
};
const onFocus = () => {