graflowEditor: fixed gapy bug , graflow: update flow coords after move
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user