We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51d0a08 commit 1c46182Copy full SHA for 1c46182
1 file changed
Core/Sources/SuggestionWidget/WidgetPositionStrategy.swift
@@ -164,10 +164,8 @@ enum UpdateLocationStrategy {
164
height: Style.panelHeight
165
)
166
let tabFrame = CGRect(
167
- x: anchorFrame.origin.x,
168
- y: alignPanelTopToAnchor
169
- ? anchorFrame.minY - Style.widgetHeight - Style.widgetPadding
170
- : anchorFrame.maxY + Style.widgetPadding,
+ x: anchorFrame.minX - Style.widgetPadding - Style.widgetWidth,
+ y: anchorFrame.origin.y,
171
width: Style.widgetWidth,
172
height: Style.widgetHeight
173
0 commit comments