update id map when DOM changed and handle element scroll event

This commit is contained in:
Yanzhen Yu
2026-04-01 12:00:00 +08:00
parent a90198ee46
commit c9bb0e6557
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 };