Skip to content

Commit 0837484

Browse files
committed
Fix for empty inspection panel in 12.50.
1 parent 8b7b0f3 commit 0837484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ecma-debugger/objectinspection.6.0/templates.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@
383383
"data-id='" + model.id + "' " +
384384
(has_match ? "" : " class='no-match'") + ">" +
385385
"<input type='button' " +
386-
"class='" + (model.scope_list_models ? "unfolded" : "") + "' >" +
386+
"class='" + (model.scope_list_models ? "unfolded" : "") + "'/>" +
387387
name +
388388
"</header>"
389389
);

0 commit comments

Comments
 (0)