We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c521ff2 commit d659f6dCopy full SHA for d659f6d
1 file changed
utils/editors/markdown-editor/html/output-md/v2.0/output-md-v2.0.html
@@ -416,21 +416,21 @@
416
switch(id){
417
418
case 'output' :
419
- output.style.display = 'flex';
+ output.style.display = '';
420
npm_output.style.display = 'none';
421
editor.__host.style.display = 'none';
422
break;
423
424
case 'npm' :
425
output.style.display = 'none';
426
- npm_output.style.display = 'flex';
+ npm_output.style.display = '';
427
428
429
430
case 'editor' :
431
432
433
- editor.__host.style.display = 'flex';
+ editor.__host.style.display = '';
434
435
436
}//switch
0 commit comments