Skip to content

Commit

Permalink
fix: ensure dropdown closes forcefully in CutsiteTool
Browse files Browse the repository at this point in the history
  • Loading branch information
tnrich committed Feb 24, 2025
1 parent dfc94be commit 49f2803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ove/src/ToolBar/cutsiteTool.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ function CutsiteToolDropDown({
onChangeHook={function () {
annotationVisibilityShow("cutsites");
}}
closeDropDown={toggleDropdown}
closeDropDown={() => toggleDropdown({ forceClose: true })}
/>
{withDigestTool && (
<Button
Expand Down

0 comments on commit 49f2803

Please sign in to comment.