Skip to content

Commit 41f0532

Browse files
OrKoNDevtools-frontend LUCI CQ
authored andcommitted
Fix build issue on ToT
No-Tree-Checks: True Bug: none Change-Id: I64486500c69e612ddf883b95a1706a5aeb260453 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6252732 Commit-Queue: Nikolay Vitkov <[email protected]> Reviewed-by: Ergün Erdoğmuş <[email protected]> Reviewed-by: Nikolay Vitkov <[email protected]> Commit-Queue: Alex Rudenko <[email protected]>
1 parent c467307 commit 41f0532

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

front_end/panels/ai_assistance/AiAssistancePanel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ export class AiAssistancePanel extends UI.Panel.Panel {
404404
// If there already is an agent and if it is not empty,
405405
// we don't automatically change the agent. In addition to this,
406406
// we don't change the current agent when there is a message in flight.
407-
if ((this.#currentAgent && !this.#currentAgent.isEmpty) || this.#viewProps.isLoading) {
407+
if ((this.#currentAgent && !this.#currentAgent.isEmpty) || this.#isLoading) {
408408
return;
409409
}
410410

0 commit comments

Comments
 (0)