We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2486200 commit 2815292Copy full SHA for 2815292
Core/Sources/SuggestionWidget/WidgetPositionStrategy.swift
@@ -300,7 +300,7 @@ enum UpdateLocationStrategy {
300
return .init(
301
frame: .init(
302
x: x,
303
- y: y + selectionFrame.height - Style.widgetPadding,
+ y: y + selectionFrame.height + Style.widgetPadding,
304
width: Style.inlineSuggestionMinWidth,
305
height: Style.inlineSuggestionMaxHeight
306
),
0 commit comments