close #303 use a fork version of smooth scroll polyfill

The forked version support customize target window and document,
so we can polyfill it to the iframe.
This commit is contained in:
Yanzhen Yu
2026-04-01 12:00:00 +08:00
parent 04a5dfceef
commit 4bf7bb9bb1
3 changed files with 437 additions and 5 deletions

View File

@@ -58,11 +58,9 @@
"typescript": "^3.9.5"
},
"dependencies": {
"@types/smoothscroll-polyfill": "^0.3.0",
"@xstate/fsm": "^1.4.0",
"mitt": "^1.1.3",
"pako": "^1.0.11",
"rrweb-snapshot": "^0.8.1",
"smoothscroll-polyfill": "^0.4.3"
"rrweb-snapshot": "^0.8.1"
}
}