Skip to content

Commit 869e59e

Browse files
save file
1 parent dab72a2 commit 869e59e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

utils/editors/js-console/js-console.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@
209209
{border:none}
210210

211211
#view
212-
{display:none;flex:1;overflow:hidden}
212+
{display:flex;flex:1;overflow:hidden}
213213

214214
web-editor
215215
{width:75%}
@@ -291,7 +291,7 @@
291291

292292
<div id=page-slider style='width:10px;cursor:ew-resize'></div>
293293

294-
<output-console component=page></output-console>
294+
<output-console component=page v2.0></output-console>
295295

296296
</div>
297297

@@ -376,15 +376,15 @@
376376

377377
editor.initdom(view,{mode:'javascript'});
378378

379-
slider.node = $.slider('editor-root','#page-slider','output-root',slider,ui);
379+
slider.node = $.slider('web-editor','#page-slider','output-console',slider,ui);
380380
output.initdom(root);
381381

382382

383383
log.initdom();
384384

385385

386386

387-
ui.setup(view);
387+
//ui.setup(view);
388388

389389
publish.query();
390390
editor.focus();
@@ -690,7 +690,7 @@
690690

691691
function horiz(){
692692

693-
localStorage.setItem('orientation','horiz');
693+
//localStorage.setItem('orientation','horiz');
694694

695695
ui.mode = 'horiz';
696696
slider.node.style.cursor = 'ns-resize';
@@ -708,7 +708,7 @@
708708

709709
function vert(){
710710

711-
localStorage.setItem('orientation','vert');
711+
//localStorage.setItem('orientation','vert');
712712

713713
ui.mode = 'vert';
714714
slider.node.style.cursor = 'ew-resize';

0 commit comments

Comments
 (0)