Skip to content

Commit

Permalink
fix(626): add dropbox handler for clicking outside the dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
tplevko authored and lordrip committed Jan 12, 2024
1 parent 3d49bce commit e405820
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ export const ExpressionEditor: FunctionComponent<ExpressionEditorProps> = ({
isOpen={isOpen}
selected={selectedLanguage.model.name}
onSelect={onSelect}
onOpenChange={setIsOpen}
toggle={toggle}
isScrollable={true}
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ export const DataFormatEditor: FunctionComponent<DataFormatEditorProps> = (props
isOpen={isOpen}
selected={dataFormat.model.name}
onSelect={onSelect}
onOpenChange={setIsOpen}
toggle={toggle}
isScrollable={true}
>
Expand Down

0 comments on commit e405820

Please sign in to comment.