Skip to content

Commit d659f6d

Browse files
save file
1 parent c521ff2 commit d659f6d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

utils/editors/markdown-editor/html/output-md/v2.0/output-md-v2.0.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -416,21 +416,21 @@
416416
switch(id){
417417

418418
case 'output' :
419-
output.style.display = 'flex';
419+
output.style.display = '';
420420
npm_output.style.display = 'none';
421421
editor.__host.style.display = 'none';
422422
break;
423423

424424
case 'npm' :
425425
output.style.display = 'none';
426-
npm_output.style.display = 'flex';
426+
npm_output.style.display = '';
427427
editor.__host.style.display = 'none';
428428
break;
429429

430430
case 'editor' :
431431
output.style.display = 'none';
432432
npm_output.style.display = 'none';
433-
editor.__host.style.display = 'flex';
433+
editor.__host.style.display = '';
434434
break;
435435

436436
}//switch

0 commit comments

Comments
 (0)