Skip to content

Commit 8423418

Browse files
authored
Pass annotationId to create animation job mesh parameters (#8810)
When adapting the worker to use the new libs functions, this is called on an wk.RemoteAnnotation object, which can only be opened with the annotationId. Prerequisite for scalableminds/voxelytics#4239 (deploying the wk side first shouldn’t hurt)
1 parent 6b2abbf commit 8423418

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/javascripts/viewer/view/action-bar/create_animation_modal.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,7 @@ function CreateAnimationModal(props: Props) {
267267
return {
268268
layerName: fullLayerName,
269269
tracingId: layer.tracingId || null,
270+
annotationId: state.annotation?.annotationId || null,
270271
adhocMag,
271272
color: segmentColorRGBA,
272273
...meshInfo,

0 commit comments

Comments
 (0)