Skip to content

Commit

Permalink
fix: error for pre-existing OOPIFs
Browse files Browse the repository at this point in the history
  • Loading branch information
OrKoN committed Jan 14, 2022
1 parent 59578d9 commit d4de4c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/FrameManager.ts
Expand Up @@ -257,7 +257,7 @@ export class FrameManager extends EventEmitter {
const session = Connection.fromSession(this._client).session(
event.sessionId
);
frame._updateClient(session);
if (frame) frame._updateClient(session);
this.setupEventListeners(session);
await this.initialize(session);
}
Expand Down

0 comments on commit d4de4c8

Please sign in to comment.