Skip to content

Commit fe681d6

Browse files
committed
Merge branch 'feature/fix-not-working-in-full-screen-mode' into develop
2 parents dc837b5 + 6f0d256 commit fe681d6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Core/Sources/SuggestionWidget/SuggestionWidgetController.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,8 @@ public final class SuggestionWidgetController {
198198
guard let self else { return }
199199
try Task.checkCancellation()
200200
self.updateWindowLocation(animated: false)
201+
panelWindow.orderFront(nil)
202+
widgetWindow.orderFront(nil)
201203

202204
if notification.name == kAXFocusedUIElementChangedNotification {
203205
sourceEditorMonitorTask?.cancel()

0 commit comments

Comments
 (0)