Skip to content
This repository was archived by the owner on Jul 8, 2025. It is now read-only.

Commit 8a83723

Browse files
committed
feat(editor): supporting time-traveling
1 parent 9b25bc7 commit 8a83723

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/editor/src/libs/history/timeTraveling.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,5 +112,3 @@ export class TimeTraveler {
112112
}
113113

114114
export const timeTraveler = new TimeTraveler();
115-
116-
(window as any).timeTraveler = timeTraveler;

0 commit comments

Comments
 (0)