Fixed binding issue

This commit is contained in:
saurabhg772244
2025-01-22 12:27:32 +05:30
parent f9ac9867c1
commit 6ea13cded3

View File

@@ -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),