Skip to content

Commit 9ba6d16

Browse files
save file
1 parent 61935d2 commit 9ba6d16

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ <h4 slot=version>v3.0</h4>
224224
<publish-ui component></publish-ui>
225225

226226
<button id=run>run</button>
227+
227228
<img id=prettier class=icon title=prettier>
228229

229230
<span class=spc></span>
@@ -272,11 +273,11 @@ <h4 slot=version>v3.0</h4>
272273

273274
menu.add.style();
274275

275-
var btn = document.createElement('input');
276-
btn.type = 'button';
277-
btn.value = 'isolate';
278-
$(hdr.__host.shadowRoot,'#btns').append(btn);
279-
btn.onclick = btn.isolate;
276+
var btn1 = document.createElement('input');
277+
btn1.type = 'button';
278+
btn1.value = 'isolate';
279+
$(hdr.__host.shadowRoot,'#btns').append(btn1);
280+
btn1.onclick = btn1.isolate;
280281

281282

282283
$(root,'#save').onclick = btn.save;

0 commit comments

Comments
 (0)