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 ec77948 commit 31c2281Copy full SHA for 31c2281
ui/src/workflow/nodes/loop-body-node/LoopBodyContainer.vue
@@ -202,7 +202,7 @@ function enlargeHandle() {
202
props.nodeModel.graphModel.transformModel.focusOn(
203
props.nodeModel.x,
204
props.nodeModel.y,
205
- props.nodeModel.width + 470,
+ props.nodeModel.width + window.innerWidth - props.nodeModel.width,
206
props.nodeModel.height - 30,
207
)
208
height.value =
0 commit comments