update id map when DOM changed and handle element scroll event

This commit is contained in:
Yanzhen Yu
2018-10-15 19:28:36 +08:00
parent ee06fbcda4
commit a98df40c93
4 changed files with 27 additions and 22 deletions

View File

@@ -1,5 +1,5 @@
import record from './record';
import replay from './replay';
import { Replayer } from './replay';
import { mirror } from './utils';
export { record, replay, mirror };
export { record, Replayer, mirror };