Skip to content

Commit a517211

Browse files
committed
move save time to try to avoid dupes
1 parent 4b3a9de commit a517211

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/labeling/roiMarking.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1076,10 +1076,10 @@ async function storePresetLabel(labelData) {
10761076
// point / polygon / stringLine
10771077
annotJson.geometries = $CAMIC.viewer.canvasDrawInstance.getImageFeatureCollection()
10781078
}
1079+
}
10791080
labelsToSave.push(annotJson)
10801081
annotJson._id = Date() + randomId();
10811082
showAnnotation(annotJson)
1082-
}
10831083
}
10841084
let spen = {}
10851085
let mtool = {}

0 commit comments

Comments
 (0)