Commit 3b11445b authored by Matthew King's avatar Matthew King Committed by Robert Knight

Destroy crossframe instance when guest is destroyed

parent 864dc798
......@@ -342,6 +342,7 @@ export default class Guest {
this.pdfIntegration?.destroy();
this._emitter.destroy();
this.crossframe.destroy();
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment