We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8af34f commit 5a481e5Copy full SHA for 5a481e5
Core/Sources/Service/SuggestionCommandHandler/CommentBaseCommandHandler.swift
@@ -173,6 +173,8 @@ struct CommentBaseCommandHandler: SuggestionCommandHanlder {
173
// If there is a suggestion available, call another command to present it.
174
guard !suggestions.isEmpty else { return nil }
175
try await Environment.triggerAction("Real-time Suggestions")
176
+ GraphicalUserInterfaceController.shared.realtimeSuggestionIndicatorController
177
+ .triggerPrefetchAnimation()
178
179
return nil
180
}
0 commit comments