fix: fix tags tab navigation
This commit is contained in:
@@ -97,7 +97,6 @@ export const NoteTag = observer(({ appState, tag }: Props) => {
|
|||||||
ref={deleteTagRef}
|
ref={deleteTagRef}
|
||||||
type="button"
|
type="button"
|
||||||
className="ml-2 -mr-1 border-0 p-0 bg-transparent cursor-pointer flex"
|
className="ml-2 -mr-1 border-0 p-0 bg-transparent cursor-pointer flex"
|
||||||
onFocus={onFocus}
|
|
||||||
onBlur={onBlur}
|
onBlur={onBlur}
|
||||||
onClick={onDeleteTagClick}
|
onClick={onDeleteTagClick}
|
||||||
>
|
>
|
||||||
|
|||||||
@@ -30,9 +30,6 @@ export class NoteTagsState {
|
|||||||
|
|
||||||
autocompleteTagHintVisible: computed,
|
autocompleteTagHintVisible: computed,
|
||||||
|
|
||||||
clearAutocompleteSearch: action,
|
|
||||||
focusNextTag: action,
|
|
||||||
focusPreviousTag: action,
|
|
||||||
setAutocompleteInputFocused: action,
|
setAutocompleteInputFocused: action,
|
||||||
setAutocompleteSearchQuery: action,
|
setAutocompleteSearchQuery: action,
|
||||||
setAutocompleteTagHintFocused: action,
|
setAutocompleteTagHintFocused: action,
|
||||||
@@ -41,7 +38,6 @@ export class NoteTagsState {
|
|||||||
setFocusedTagUuid: action,
|
setFocusedTagUuid: action,
|
||||||
setTags: action,
|
setTags: action,
|
||||||
setTagsContainerMaxWidth: action,
|
setTagsContainerMaxWidth: action,
|
||||||
reloadTags: action,
|
|
||||||
});
|
});
|
||||||
|
|
||||||
appEventListeners.push(
|
appEventListeners.push(
|
||||||
|
|||||||
Reference in New Issue
Block a user