We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b84efe commit 848dd24Copy full SHA for 848dd24
1 file changed
Tool/Sources/Preferences/Keys.swift
@@ -599,7 +599,7 @@ public extension UserDefaultPreferenceKeys {
599
}
600
601
var useCustomScrollViewWorkaround: FeatureFlag {
602
- .init(defaultValue: true, key: "FeatureFlag-UseCustomScrollViewWorkaround")
+ .init(defaultValue: false, key: "FeatureFlag-UseCustomScrollViewWorkaround")
603
604
605
var triggerActionWithAccessibilityAPI: FeatureFlag {
0 commit comments