Skip to content
This repository was archived by the owner on Sep 23, 2024. It is now read-only.

Commit 92ff5d6

Browse files
authored
Fixed return statement in saveBboxes.
1 parent f6b56d0 commit 92ff5d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/js/labelVideo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,7 @@ fmltc.LabelVideo.prototype.saveBboxes = function() {
739739

740740
if (this.savingBboxes) {
741741
setTimeout(this.saveBboxes.bind(this), 1000);
742-
return;
742+
return bboxesText;
743743
}
744744
this.savingBboxes = true;
745745

0 commit comments

Comments
 (0)