Update Enum

This commit is contained in:
LJQ
2024-06-09 13:03:07 +08:00
parent a75338e3d2
commit 7b765b7785
2 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
export enum AutoScrollType {
export enum AutoScroll {
NoScroll = 0,
Smooth = 1,
Instant = 2