Instant scroll when enter webview. Enums to determine

This commit is contained in:
LJQ
2024-05-23 21:40:31 +08:00
parent a4c88e59eb
commit cfcfbe934b
2 changed files with 17 additions and 6 deletions
+5
View File
@@ -0,0 +1,5 @@
export enum AutoScrollType {
None = 0,
Smooth = 1,
Instant = 2
}