We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a20302 commit bafe7c0Copy full SHA for bafe7c0
1 file changed
Core/Sources/SuggestionWidget/SuggestionWidgetController.swift
@@ -312,6 +312,9 @@ extension SuggestionWidgetController {
312
}
313
314
self.updateWindowLocation(animated: false)
315
+ panelWindow.orderFront(nil)
316
+ widgetWindow.orderFront(nil)
317
+ tabWindow.orderFront(nil)
318
319
320
@@ -436,7 +439,7 @@ extension SuggestionWidgetController {
436
439
} else {
437
440
suggestionPanelViewModel.chat = nil
438
441
-
442
+
443
if let suggestion = await dataSource?.suggestionForFile(at: fileURL) {
444
suggestionPanelViewModel.content = .suggestion(suggestion)
445
0 commit comments