fix some safari's scroll related issue

This commit is contained in:
Yanzhen Yu
2026-04-01 12:00:00 +08:00
parent 1fa40d751c
commit b093fa6015
3 changed files with 10 additions and 3 deletions

View File

@@ -52,7 +52,9 @@
"typescript": "^3.1.6"
},
"dependencies": {
"@types/smoothscroll-polyfill": "^0.3.0",
"mitt": "^1.1.3",
"rrweb-snapshot": "^0.6.11"
"rrweb-snapshot": "^0.6.11",
"smoothscroll-polyfill": "^0.4.3"
}
}