Skip to content

Commit 9acd0cc

Browse files
save file
1 parent 70d7798 commit 9acd0cc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

utils/editors/js-console/html/output/v2.0/output-v2.0.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,9 @@
302302
var txt = args.join(' ');
303303
var div = document.createElement('div');
304304
div.textContent = txt;
305+
if(txt==''){
306+
div.style.height = '16px';
307+
}
305308
output.append(div);
306309

307310
output.scrollTop = 999999999;

0 commit comments

Comments
 (0)