Skip to content

Commit 4b3a9de

Browse files
committed
move render prev annots in ready loop
1 parent 1c369a7 commit 4b3a9de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/labeling/labelReview.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ async function initialize() {
175175
clearInterval(checkCoreAndDataIsReady);
176176
Loading.close();
177177
showLabelData();
178+
renderPrevAnnots();
178179
// force make roi first
179180
document.querySelectorAll('input[name="roi_type"]').forEach((input)=>{
180181
input.disabled = true;
@@ -929,4 +930,3 @@ async function renderPrevAnnots(){
929930
}
930931
}
931932

932-
renderPrevAnnots()

0 commit comments

Comments
 (0)