Skip to content

Commit 4e6d35c

Browse files
save file
1 parent 9b5f0ef commit 4e6d35c

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

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

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -117,11 +117,11 @@
117117

118118
hdr = mod['editors-hdr'];
119119
mainmenu = mod['main-menu'];
120-
filemod = mod.filemod;
121-
publish = mod.publish;
122-
editor = mod.editor;
120+
filemod = mod['file-mod'];
121+
publish = mod['publish-ui'];
122+
editor = mod['web-editor'];
123123
output = mod.output;
124-
log = mod.log;
124+
log = mod['log-mod'];
125125

126126
menu.initmod({keydown});
127127
mainmenu.initmod({ext,$,menu,editor,filemod});
@@ -217,10 +217,11 @@
217217
#view
218218
{display:none;flex:1}
219219

220-
publish-root
220+
publish-ui
221221
{z-index:1;position:relative}
222-
editor-root
222+
web-editor
223223
{width:50%}
224+
224225
output-root
225226
{flex:1}
226227

@@ -250,7 +251,7 @@ <h1 slot=seo-hdr class=visually-hidden>html editor</h1>
250251

251252
<main-menu component=page></main-menu>
252253

253-
<filemod component v2.0></filemod>
254+
<file-mod component></file-mod>
254255

255256
<div id=save-root>
256257
<button id=save>save</button>
@@ -262,7 +263,7 @@ <h1 slot=seo-hdr class=visually-hidden>html editor</h1>
262263
</div>
263264
</div>
264265

265-
<publish component v2.0></publish>
266+
<publish-ui component></publish-ui>
266267

267268
<button id=run>run</button>
268269
<img id=prettier class=icon title=prettier>
@@ -276,7 +277,7 @@ <h1 slot=seo-hdr class=visually-hidden>html editor</h1>
276277

277278
<div id=view>
278279

279-
<editor component v2.0></editor>
280+
<web-editor component></web-editor>
280281

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

@@ -288,7 +289,7 @@ <h1 slot=seo-hdr class=visually-hidden>html editor</h1>
288289
<script src='https://html-loader-1024713184986.us-central1.run.app/'></script>
289290
</checkbox-one-template>
290291

291-
<log component v2.0></log>
292+
<log-mod component></log-mod>
292293

293294
</body>
294295

0 commit comments

Comments
 (0)