Skip to content

Commit

Permalink
fix(datasource/graphene) fix multicut annotation list not appearing i…
Browse files Browse the repository at this point in the history
…n graphene tab with the use of useDefineForClassFields
  • Loading branch information
chrisj committed Jan 31, 2025
1 parent acb6a43 commit 54ded55
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/datasource/graphene/frontend.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1964,14 +1964,12 @@ const GRAPHENE_MULTICUT_SEGMENTS_TOOL_ID = "grapheneMulticutSegments";
const GRAPHENE_MERGE_SEGMENTS_TOOL_ID = "grapheneMergeSegments";

class MulticutAnnotationLayerView extends AnnotationLayerView {
private _annotationStates: MergedAnnotationStates;

declare private _annotationStates: MergedAnnotationStates;
constructor(
public layer: SegmentationUserLayer,
public displayState: AnnotationDisplayState,
) {
super(layer, displayState);

const {
graphConnection: { value: graphConnection },
} = layer;
Expand Down

0 comments on commit 54ded55

Please sign in to comment.