We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3444580 commit dc0f27dCopy full SHA for dc0f27d
1 file changed
Core/Sources/SuggestionWidget/SuggestionWidgetController.swift
@@ -271,7 +271,7 @@ public final class SuggestionWidgetController {
271
.integer(forKey: SettingsKey.suggestionWidgetPositionMode)
272
)
273
if mode != .alignToTextCursor { break }
274
- self.updateWindowLocation(animated: true)
+ self.updateWindowLocation(animated: false)
275
}
276
} else {
277
for await _ in merge(selectionRangeChange, scroll) {
0 commit comments