fix some safari's scroll related issue

This commit is contained in:
Yanzhen Yu
2018-12-25 16:30:36 +08:00
parent 5a073209e9
commit db86ca13fa
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"
}
}