File tree Expand file tree Collapse file tree 9 files changed +0
-12
lines changed
visual-programming-system/src/canvas-app
web-flow-executor/src/nodes Expand file tree Collapse file tree 9 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,6 @@ export class AppElement<T extends BaseNodeInfo> {
146146 undefined ,
147147 undefined ,
148148 undefined ,
149- undefined ,
150149 theme ?? standardTheme ,
151150 this . showEditCompositionNameDialog ,
152151 undefined ,
@@ -1274,7 +1273,6 @@ export class AppElement<T extends BaseNodeInfo> {
12741273 undefined ,
12751274 undefined ,
12761275 undefined ,
1277- undefined ,
12781276 'composition-canvas-' + node . nodeInfo . compositionId ,
12791277 undefined ,
12801278 this . showEditCompositionNameDialog
Original file line number Diff line number Diff line change @@ -2241,7 +2241,6 @@ export class GLAppElement extends AppElement<GLNodeInfo> {
22412241 undefined ,
22422242 undefined ,
22432243 undefined ,
2244- undefined ,
22452244 'history-canvas' ,
22462245 undefined ,
22472246 ( ) : Promise < string | false > => Promise . resolve ( false )
Original file line number Diff line number Diff line change @@ -153,7 +153,6 @@ export const getForNode = (updated: () => void): NodeTask<GLNodeInfo> => {
153153 htmlNode . domElement as HTMLElement ,
154154 false ,
155155 true ,
156- '' ,
157156 canvasApp . interactionStateMachine ,
158157 undefined ,
159158 undefined ,
Original file line number Diff line number Diff line change @@ -148,7 +148,6 @@ export const getGateNode = (updated: () => void): NodeTask<GLNodeInfo> => {
148148 htmlNode . domElement as HTMLElement ,
149149 false ,
150150 true ,
151- '' ,
152151 canvasApp . interactionStateMachine ,
153152 undefined ,
154153 undefined ,
Original file line number Diff line number Diff line change @@ -51,7 +51,6 @@ export const createFlowCanvas = <T extends BaseNodeInfo>(
5151 rootElement : HTMLElement ,
5252 disableInteraction ?: boolean ,
5353 disableZoom ?: boolean ,
54- backgroundColor ?: string ,
5554 interactionStateMachineInstance ?: InteractionStateMachine < T > ,
5655 canvasId ?: string ,
5756 customTheme ?: Theme ,
@@ -65,7 +64,6 @@ export const createFlowCanvas = <T extends BaseNodeInfo>(
6564 rootElement ,
6665 disableInteraction ,
6766 disableZoom ,
68- backgroundColor ,
6967 interactionStateMachineInstance ,
7068 canvasId ,
7169 customTheme ,
@@ -156,7 +154,6 @@ export class FlowCanvas<T extends BaseNodeInfo>
156154 rootElement : HTMLElement ,
157155 disableInteraction ?: boolean ,
158156 disableZoom ?: boolean ,
159- backgroundColor ?: string ,
160157 interactionStateMachineInstance ?: InteractionStateMachine < T > ,
161158 canvasId ?: string ,
162159 customTheme ?: Theme ,
Original file line number Diff line number Diff line change @@ -152,7 +152,6 @@ export const getCanvasNode = (updated: () => void): NodeTask<NodeInfo> => {
152152 htmlNode . domElement as HTMLElement ,
153153 false ,
154154 true ,
155- '' ,
156155 canvasApp . interactionStateMachine ,
157156 undefined ,
158157 undefined ,
Original file line number Diff line number Diff line change @@ -149,7 +149,6 @@ export const getLayoutNode = (updated: () => void): NodeTask<NodeInfo> => {
149149 htmlNode . domElement as HTMLElement ,
150150 false ,
151151 true ,
152- '' ,
153152 canvasApp . interactionStateMachine ,
154153 undefined ,
155154 undefined ,
Original file line number Diff line number Diff line change @@ -168,7 +168,6 @@ export const createStateCompound: NodeTaskFactory<NodeInfo> = (
168168 htmlNode . domElement as HTMLElement ,
169169 false ,
170170 true ,
171- '' ,
172171 canvasApp . interactionStateMachine ,
173172 undefined ,
174173 undefined ,
Original file line number Diff line number Diff line change @@ -651,7 +651,6 @@ export const createStateMachineNode = (
651651 htmlNode . domElement as HTMLElement ,
652652 false , //disableInteraction
653653 true ,
654- '' ,
655654 canvasApp . interactionStateMachine ,
656655 undefined ,
657656 undefined ,
You can’t perform that action at this time.
0 commit comments