Skip to content

Commit 91e426b

Browse files
committed
Make nearbyTextCursor the default suggestion presentation
1 parent 134926d commit 91e426b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tool/Sources/Preferences/Keys.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ public extension UserDefaultPreferenceKeys {
218218
}
219219

220220
var suggestionPresentationMode: PreferenceKey<PresentationMode> {
221-
.init(defaultValue: .floatingWidget, key: "SuggestionPresentationMode")
221+
.init(defaultValue: .nearbyTextCursor, key: "SuggestionPresentationMode")
222222
}
223223

224224
var realtimeSuggestionDebounce: PreferenceKey<Double> {

0 commit comments

Comments
 (0)