Skip to content

Commit f23c220

Browse files
Michael BüßemeyerMichael Büßemeyer
authored andcommitted
fix bbox export via bbox menu
1 parent 8993bab commit f23c220

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/javascripts/oxalis/view/right-border-tabs/bounding_box_tab.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export default function BoundingBoxTab() {
9090
}
9191

9292
function handleExportBoundingBox(bb: UserBoundingBox) {
93-
_.partial(setSelectedBoundingBoxForExport, bb);
93+
setSelectedBoundingBoxForExport(bb);
9494
hideContextMenu();
9595
}
9696

0 commit comments

Comments
 (0)