We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06fa64e commit bbab57fCopy full SHA for bbab57f
src/RegionSelectAndTransformBoxes/index.js
@@ -33,7 +33,7 @@ export const RegionSelectAndTransformBoxes = ({
33
onBeginBoxTransform,
34
onBeginMovePolygonPoint,
35
onAddPolygonPoint,
36
- showHighlightBox
+ showHighlightBox,
37
}) => {
38
return regions
39
.filter((r) => r.visible || r.visible === undefined)
0 commit comments