Skip to content

Commit a4848b8

Browse files
Lightning00BladeDevtools-frontend LUCI CQ
authored andcommitted
[AI Assistance] Fix VE logging
Provide a section context to make difference in the links Fixed: 381229478 Change-Id: I118cbb3d3133df75ba0c29eb62c38a589f1353d6 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6054627 Commit-Queue: Ergün Erdoğmuş <[email protected]> Reviewed-by: Ergün Erdoğmuş <[email protected]> Auto-Submit: Nikolay Vitkov <[email protected]>
1 parent 0a206f9 commit a4848b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

front_end/panels/freestyler/components/FreestylerChatUi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1334,7 +1334,7 @@ export class FreestylerChatUi extends HTMLElement {
13341334
this.#renderChatInput()
13351335
}
13361336
</main>
1337-
<footer class="disclaimer">
1337+
<footer class="disclaimer" jslog=${VisualLogging.section('footer')}>
13381338
<p class="disclaimer-text">
13391339
${this.#getDisclaimerText()}
13401340
<button

0 commit comments

Comments
 (0)