Skip to content

Commit 5cd80f0

Browse files
author
Caldis_Chen
committed
fix: block smooth
1 parent 38d2381 commit 5cd80f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Mos/ScrollCore/ScrollCore.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ class ScrollCore {
7171
speed = exceptionalApplication.getSpeed()
7272
duration = exceptionalApplication.getDuration()
7373
} else if !Options.shared.general.whitelist {
74-
enableSmooth = Options.shared.scrollBasic.smooth
74+
enableSmooth = Options.shared.scrollBasic.smooth && !ScrollCore.shared.blockSmooth
7575
enableReverse = Options.shared.scrollBasic.reverse
7676
}
7777
// Launchpad 激活则强制屏蔽平滑

0 commit comments

Comments
 (0)