We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a948560 commit 85b54baCopy full SHA for 85b54ba
utils/editors/html-editor/v2.0/html-editor-v2.0.html
@@ -215,7 +215,7 @@
215
{border:none}
216
217
#view
218
- {display:none;flex:1}
+ {display:flex;flex:1}
219
220
publish-ui
221
{z-index:1;position:relative}
@@ -365,7 +365,7 @@ <h1 slot=seo-hdr class=visually-hidden>html editor</h1>
365
log.initdom();
366
367
368
- ui.setup(view);
+ //ui.setup(view);
369
370
371
editor.focus();
@@ -530,6 +530,7 @@ <h1 slot=seo-hdr class=visually-hidden>html editor</h1>
530
531
ui.setup = function(view){
532
533
+
534
var o = localStorage.getItem('orientation');
535
if(o==='horiz'){
536
horiz();
0 commit comments