mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-17 14:29:48 +02: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.setTooltip = this.setTooltip.bind(this);
|
||||
this.updateLinkInterpolate = this.updateLinkInterpolate.bind(this);
|
||||
this.setClickFun = this.setClickFun.bind(this);
|
||||
this.bindFunctions = this.bindFunctions.bind(this);
|
||||
|
||||
this.lex = {
|
||||
firstGraph: this.firstGraph.bind(this),
|
||||
|
Reference in New Issue
Block a user