Skip to content

Commit f2c16fd

Browse files
ergunshDevtools-frontend LUCI CQ
authored andcommitted
[AiAssistance] Fix wrongly assigning to .jslogContext instead of jslog
Bug: none Change-Id: I0566bc050e2585486245340ea954ad0abf2e479a Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6732392 Reviewed-by: Nikolay Vitkov <[email protected]> Commit-Queue: Nikolay Vitkov <[email protected]> Auto-Submit: Ergün Erdoğmuş <[email protected]> Commit-Queue: Ergün Erdoğmuş <[email protected]>
1 parent 2c923d2 commit f2c16fd

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
@@ -313,7 +313,7 @@ type View = (input: ViewInput, output: PanelViewOutput, target: HTMLElement) =>
313313
function toolbarView(input: ToolbarViewInput): Lit.LitTemplate {
314314
// clang-format off
315315
return html`
316-
<div class="toolbar-container" role="toolbar" .jslogContext=${VisualLogging.toolbar()}>
316+
<div class="toolbar-container" role="toolbar" jslog=${VisualLogging.toolbar()}>
317317
<devtools-toolbar class="freestyler-left-toolbar" role="presentation">
318318
${input.showChatActions
319319
? html`<devtools-button

0 commit comments

Comments
 (0)