Skip to content

Commit 58bba72

Browse files
author
Chris K
committed
DFL-3563 Object inspection filter doesn't filter the currently expanded state
1 parent f713829 commit 58bba72

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
@@ -294,7 +294,7 @@
294294
ret.push(STYLE_EXPANDED);
295295
ret.push(
296296
"/>" +
297-
"<key " + (has_match ? "" : " class='no-match'") +
297+
"<key " + (has_match ? "" : " class='no-match' ") +
298298
"data-spec='dom#" + esc_name + "'" + editable(prop) +
299299
">" + esc_name + "</key>" +
300300
(esc_name ? " " : "") +

0 commit comments

Comments
 (0)