mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-17 11:14:12 +01:00
Fixed binding issue
This commit is contained in:
@@ -70,6 +70,8 @@ export class FlowDB implements DiagramDB {
|
|||||||
this.setClickEvent = this.setClickEvent.bind(this);
|
this.setClickEvent = this.setClickEvent.bind(this);
|
||||||
this.setTooltip = this.setTooltip.bind(this);
|
this.setTooltip = this.setTooltip.bind(this);
|
||||||
this.updateLinkInterpolate = this.updateLinkInterpolate.bind(this);
|
this.updateLinkInterpolate = this.updateLinkInterpolate.bind(this);
|
||||||
|
this.setClickFun = this.setClickFun.bind(this);
|
||||||
|
this.bindFunctions = this.bindFunctions.bind(this);
|
||||||
|
|
||||||
this.lex = {
|
this.lex = {
|
||||||
firstGraph: this.firstGraph.bind(this),
|
firstGraph: this.firstGraph.bind(this),
|
||||||
|
|||||||
Reference in New Issue
Block a user