Skip to content

Commit

Permalink
chore(taglist): adjusted rebase variable names
Browse files Browse the repository at this point in the history
Related to merge of  #838 and #60
  • Loading branch information
Skaiir committed Oct 16, 2023
1 parent fb7977d commit 6506118
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ export default function Taglist(props) {
};

const onSkipToSearch = () => {
searchbarRef.current.focus();
inputRef.current.focus();
};

const shouldDisplayDropdown = useMemo(() => !disabled && loadState === LOAD_STATES.LOADED && isDropdownExpanded && !isEscapeClosed, [ disabled, isDropdownExpanded, isEscapeClosed, loadState ]);
Expand Down

0 comments on commit 6506118

Please sign in to comment.