Skip to content

Commit

Permalink
Fixed frame initialization for base collection action (#8814)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsekachev authored Dec 12, 2024
1 parent 3f44834 commit 18c86ff
Show file tree
Hide file tree
Showing 3 changed files with 135 additions and 117 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ export async function run(
await instance.annotations.commit(created, deleted, frame);
event.close();
} finally {
wrappedOnProgress('Finalizing', 100);
await action.destroy();
}
}
Expand Down
1 change: 0 additions & 1 deletion cvat-core/src/annotations-actions/base-shapes-action.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ export async function run(

event.close();
} finally {
throttledOnProgress('Finalizing', 100);
await action.destroy();
}
}
Expand Down
Loading

0 comments on commit 18c86ff

Please sign in to comment.