Skip to content

Commit 4db7ea3

Browse files
Lightning00BladeDevtools-frontend LUCI CQ
authored andcommitted
[AI Assistance] Show correct button when deleting
This will be further refactor to simplify the handling of the props Waiting for the next milestone to reduce chances of regressions now. Fixed: 378056161 Change-Id: I32c4b2cb3d4d13092b2d47f68c052fcf8aab7851 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6010832 Commit-Queue: Nikolay Vitkov <[email protected]> Auto-Submit: Nikolay Vitkov <[email protected]> Commit-Queue: Alex Rudenko <[email protected]> Reviewed-by: Alex Rudenko <[email protected]>
1 parent 1854bc7 commit 4db7ea3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

front_end/panels/freestyler/FreestylerPanel.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -703,6 +703,7 @@ export class FreestylerPanel extends UI.Panel.Panel {
703703
if (this.#currentAgent) {
704704
this.#agents.delete(this.#currentAgent);
705705
this.#currentAgent = undefined;
706+
this.#cancel();
706707
}
707708

708709
this.#viewProps.messages = [];

0 commit comments

Comments
 (0)