fixed chicked&egg&connectedCB issue between graflow & editor + fixed no Flow issue in graflow + Fixed nodesMove issue on displaced graflow + graflowEditor: DND ok
This commit is contained in:
@@ -60,7 +60,8 @@ class Buildoz extends HTMLElement {
|
||||
fireEvent(eventName, detail){
|
||||
let myname = this.tagName.toLocaleLowerCase()
|
||||
myname = myname.substring(myname.indexOf('-')+1)
|
||||
this.dispatchEvent(new CustomEvent(`bz:${myname}:${eventName}`, {
|
||||
const eventFullName = `bz:${myname}:${eventName}`
|
||||
this.dispatchEvent(new CustomEvent(eventFullName, {
|
||||
detail,
|
||||
bubbles: true,
|
||||
composed: true,
|
||||
|
||||
Reference in New Issue
Block a user