We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc837b5 commit 6f0d256Copy full SHA for 6f0d256
1 file changed
Core/Sources/SuggestionWidget/SuggestionWidgetController.swift
@@ -198,6 +198,8 @@ public final class SuggestionWidgetController {
198
guard let self else { return }
199
try Task.checkCancellation()
200
self.updateWindowLocation(animated: false)
201
+ panelWindow.orderFront(nil)
202
+ widgetWindow.orderFront(nil)
203
204
if notification.name == kAXFocusedUIElementChangedNotification {
205
sourceEditorMonitorTask?.cancel()
0 commit comments