Skip to content

Commit 569bbf2

Browse files
OrKoNDevtools-frontend LUCI CQ
authored andcommitted
Fix recorder view
Bug: none Change-Id: I7669cc5ff4005403132ea8004589d10cb5762ebe Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/7264650 Reviewed-by: Ergün Erdoğmuş <[email protected]> Commit-Queue: Ergün Erdoğmuş <[email protected]> Commit-Queue: Alex Rudenko <[email protected]> Auto-Submit: Alex Rudenko <[email protected]>
1 parent 03d0d90 commit 569bbf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

front_end/panels/recorder/components/RecordingView.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1090,7 +1090,7 @@ export class RecordingView extends UI.Widget.Widget {
10901090
}
10911091

10921092
#onWrapperClick(): void {
1093-
if (this.#selectedStep) {
1093+
if (!this.#selectedStep) {
10941094
return;
10951095
}
10961096
this.#selectedStep = null;

0 commit comments

Comments
 (0)