Skip to content

Commit 85b54ba

Browse files
save file
1 parent a948560 commit 85b54ba

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

utils/editors/html-editor/v2.0/html-editor-v2.0.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@
215215
{border:none}
216216

217217
#view
218-
{display:none;flex:1}
218+
{display:flex;flex:1}
219219

220220
publish-ui
221221
{z-index:1;position:relative}
@@ -365,7 +365,7 @@ <h1 slot=seo-hdr class=visually-hidden>html editor</h1>
365365
log.initdom();
366366

367367

368-
ui.setup(view);
368+
//ui.setup(view);
369369

370370

371371
editor.focus();
@@ -530,6 +530,7 @@ <h1 slot=seo-hdr class=visually-hidden>html editor</h1>
530530

531531
ui.setup = function(view){
532532

533+
533534
var o = localStorage.getItem('orientation');
534535
if(o==='horiz'){
535536
horiz();

0 commit comments

Comments
 (0)