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 cd1bab2 commit 0ff6084Copy full SHA for 0ff6084
frontend/javascripts/viewer/model/sagas/proofread_saga.ts
@@ -1335,9 +1335,8 @@ export function* updateMappingWithOmittedSplitPartners(
1335
sourceAgglomerateId: number,
1336
) {
1337
/*
1338
- * sourceAgglomerateId was split. All segment ids that were mapped to sourceAgglomerateId,
+ * When sourceAgglomerateId was split, all segment ids that were mapped to sourceAgglomerateId,
1339
* are removed from the activeMapping by this function.
1340
- * The return value of this function is the list of segment ids that were removed.
1341
*/
1342
1343
const mappingEntries = Array.from(activeMapping.mapping as NumberLikeMap);
0 commit comments