Skip to content

Commit

Permalink
fix(client): ensure tag autocomplete renders on top of other elements
Browse files Browse the repository at this point in the history
  • Loading branch information
neopostmodern committed May 18, 2023
1 parent 159aa3d commit d2f6071
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/src/renderer/components/InlineTagForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ const InlineTagForm: React.FC<InlineTagFormProps> = ({
<Autocomplete<TagOrNewTagType, false, false, true>
open
autoHighlight
disablePortal
onChange={(_event, newValue) => {
if (typeof newValue === 'string') {
throw Error(
Expand Down

0 comments on commit d2f6071

Please sign in to comment.