fix #535 add play-back event to reset mirror and replayer
This commit is contained in:
@@ -59,6 +59,9 @@ export const mirror: Mirror = {
|
||||
has(id) {
|
||||
return mirror.map.hasOwnProperty(id);
|
||||
},
|
||||
reset() {
|
||||
mirror.map = {};
|
||||
},
|
||||
};
|
||||
|
||||
// copy from underscore and modified
|
||||
|
||||
Reference in New Issue
Block a user