Skip to content

Commit bfbcc4c

Browse files
ktranDevtools-frontend LUCI CQ
authored andcommitted
[ve] Add back 'whats-new' ve logging to What's new panel
When changing the what's new panel (https://crrev.com/c/6084417) we lost the ve logging for it. Bug: none Change-Id: Ib8a88b3188d1d841aad05f259028731f19ba16ab Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6194054 Commit-Queue: Kim-Anh Tran <[email protected]> Auto-Submit: Kim-Anh Tran <[email protected]> Reviewed-by: Simon Zünd <[email protected]> Commit-Queue: Simon Zünd <[email protected]>
1 parent 3af8883 commit bfbcc4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

front_end/panels/whats_new/ReleaseNoteView.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ export class ReleaseNoteView extends UI.Widget.VBox {
108108
// clang-format on
109109
}) {
110110
super(true, undefined, element);
111+
this.element.setAttribute('jslog', `${VisualLogging.panel().context('whats-new')}`);
111112
this.#view = view;
112113
this.requestUpdate();
113114
}

0 commit comments

Comments
 (0)