Skip to content

Commit 98b5f8b

Browse files
committed
Increase the delay to make chat panel active
1 parent 9b9f3bd commit 98b5f8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Core/Sources/SuggestionWidget/SuggestionWidgetController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ public extension SuggestionWidgetController {
301301
suggestionPanelViewModel.chat = chatRoom
302302
Task { @MainActor in
303303
// looks like we need a delay.
304-
try await Task.sleep(nanoseconds: 100_000_000)
304+
try await Task.sleep(nanoseconds: 150_000_000)
305305
NSApplication.shared.activate(ignoringOtherApps: true)
306306
}
307307
}

0 commit comments

Comments
 (0)