We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b53db4f + 43e32c6 commit 4b66e3dCopy full SHA for 4b66e3d
src/chart/session.js
@@ -545,6 +545,7 @@ module.exports = (client) => class ChartSession {
545
if (this.#replayMode) this.#client.send('replay_delete_session', [this.#replaySessionID]);
546
this.#client.send('chart_delete_session', [this.#chartSessionID]);
547
delete this.#client.sessions[this.#chartSessionID];
548
+ delete this.#client.sessions[this.#replaySessionID];
549
this.#replayMode = false;
550
}
551
};
0 commit comments