Skip to content

Commit f8ada0d

Browse files
committed
Fix that location not updated after focused element change
1 parent b4ad9af commit f8ada0d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Core/Sources/SuggestionWidget/SuggestionWidgetController.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,7 @@ extension SuggestionWidgetController {
361361
// We need to bring them front when the app enters fullscreen.
362362
widgetWindow.orderFront(nil)
363363
tabWindow.orderFront(nil)
364+
chatWindow.orderFront(nil)
364365
panelWindow.orderFront(nil)
365366
}
366367

0 commit comments

Comments
 (0)