Skip to content

Commit bafe7c0

Browse files
committed
Bring the order front back
1 parent 2a20302 commit bafe7c0

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Core/Sources/SuggestionWidget/SuggestionWidgetController.swift

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,9 @@ extension SuggestionWidgetController {
312312
}
313313
314314
self.updateWindowLocation(animated: false)
315+
panelWindow.orderFront(nil)
316+
widgetWindow.orderFront(nil)
317+
tabWindow.orderFront(nil)
315318
}
316319
}
317320
}
@@ -436,7 +439,7 @@ extension SuggestionWidgetController {
436439
} else {
437440
suggestionPanelViewModel.chat = nil
438441
}
439-
442+
440443
if let suggestion = await dataSource?.suggestionForFile(at: fileURL) {
441444
suggestionPanelViewModel.content = .suggestion(suggestion)
442445
} else {

0 commit comments

Comments
 (0)