Skip to content

Commit

Permalink
ensure plumber is public.
Browse files Browse the repository at this point in the history
  • Loading branch information
baracudda committed May 16, 2024
1 parent c7e7a31 commit 999c575
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/flow/Flow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export const getDragStyle = (drag: DragSelection) => {
};

export class Flow extends React.PureComponent<FlowStoreProps, {}> {
private Plumber: Plumber;
public Plumber: Plumber;
private nodeContainerUUID: string;

// Refs
Expand Down Expand Up @@ -377,7 +377,7 @@ export class Flow extends React.PureComponent<FlowStoreProps, {}> {
);
}

/*
/*
public componentDidUpdate(prevProps: FlowStoreProps): void {
traceUpdate(this, prevProps);
}
Expand Down

0 comments on commit 999c575

Please sign in to comment.