Skip to content

Commit 321cf9d

Browse files
save file
1 parent 61e4a2c commit 321cf9d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ <h1 slot=seo-hdr class=visually-hidden>html editor</h1>
356356

357357
await editor.initdom(view,{mode:'html'});
358358

359-
slider.node = $.slider.glass('editor-root','#page-slider','output-root',slider,ui,output);
359+
slider.node = $.slider.glass('web-editor','#page-slider','output-root',slider,ui,output);
360360

361361
output.initdom(root);
362362

@@ -543,7 +543,7 @@ <h1 slot=seo-hdr class=visually-hidden>html editor</h1>
543543

544544
function horiz(){
545545

546-
localStorage.setItem('orientation','horiz');
546+
//localStorage.setItem('orientation','horiz');
547547

548548
ui.mode = 'horiz';
549549
slider.node.style.cursor = 'ns-resize';
@@ -561,7 +561,7 @@ <h1 slot=seo-hdr class=visually-hidden>html editor</h1>
561561

562562
function vert(){
563563

564-
localStorage.setItem('orientation','vert');
564+
//localStorage.setItem('orientation','vert');
565565

566566
ui.mode = 'vert';
567567
slider.node.style.cursor = 'ew-resize';

0 commit comments

Comments
 (0)