fix #535 add play-back event to reset mirror and replayer

This commit is contained in:
Yanzhen Yu
2026-04-01 12:00:00 +08:00
parent fdfb160e76
commit 861fac54ea
4 changed files with 22 additions and 9 deletions

View File

@@ -59,6 +59,9 @@ export const mirror: Mirror = {
has(id) {
return mirror.map.hasOwnProperty(id);
},
reset() {
mirror.map = {};
},
};
// copy from underscore and modified