Rename None to NoScroll

This commit is contained in:
LJQ
2024-05-23 21:48:13 +08:00
parent cfcfbe934b
commit 65550e07c3
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
export enum AutoScrollType {
None = 0,
NoScroll = 0,
Smooth = 1,
Instant = 2
}