graflowEditor: fixed gapy bug , graflow: update flow coords after move

This commit is contained in:
STEINNI
2026-03-23 19:45:40 +00:00
parent 0cb4491920
commit 266036a6ec
2 changed files with 8 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ class BZgrafloweditor extends Buildoz{
this.graflow.setAttribute('wiretype', "bezier")
this.graflow.setAttribute('tension', "30")
this.graflow.setAttribute('gapx', "80")
this.graflow.setAttribute('gapy', "20")
this.graflow.setAttribute('gapy', "80")
this.graflow.addEventListener('bz:graflow:domConnected', this.setupDropZone.bind(this))
this.graflow.append(this.slidePane)
this.mainContainer.append(this.graflow)