Fixes deleting SharedVariablesManager's close() function
This commit is contained in:
parent
1dd07f0ed3
commit
353577b1d7
@ -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…
Reference in New Issue
Block a user