Fixes deleting SharedVariablesManager's close() function
This commit is contained in:
parent
c93b9bc7ae
commit
c53f0c6c8c
1 changed files with 4 additions and 0 deletions
|
@ -165,6 +165,10 @@ export class SharedVariablesManager {
|
||||||
return variable;
|
return variable;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public close(): void {
|
||||||
|
iframeListener.unregisterAnswerer("setVariable");
|
||||||
|
}
|
||||||
|
|
||||||
get variables(): Map<string, unknown> {
|
get variables(): Map<string, unknown> {
|
||||||
return this._variables;
|
return this._variables;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue