We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38d2381 commit 5cd80f0Copy full SHA for 5cd80f0
Mos/ScrollCore/ScrollCore.swift
@@ -71,7 +71,7 @@ class ScrollCore {
71
speed = exceptionalApplication.getSpeed()
72
duration = exceptionalApplication.getDuration()
73
} else if !Options.shared.general.whitelist {
74
- enableSmooth = Options.shared.scrollBasic.smooth
+ enableSmooth = Options.shared.scrollBasic.smooth && !ScrollCore.shared.blockSmooth
75
enableReverse = Options.shared.scrollBasic.reverse
76
}
77
// Launchpad 激活则强制屏蔽平滑
0 commit comments