Skip to content

Commit

Permalink
fix bbox export via bbox menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Büßemeyer authored and Michael Büßemeyer committed Oct 28, 2024
1 parent 8993bab commit f23c220
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export default function BoundingBoxTab() {
}

function handleExportBoundingBox(bb: UserBoundingBox) {
_.partial(setSelectedBoundingBoxForExport, bb);
setSelectedBoundingBoxForExport(bb);
hideContextMenu();
}

Expand Down

0 comments on commit f23c220

Please sign in to comment.