We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dc837b5 + 6f0d256 commit fe681d6Copy full SHA for fe681d6
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