We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61935d2 commit 9ba6d16Copy full SHA for 9ba6d16
1 file changed
utils/editors/html-editor/v3.0/html-editor-v3.0.html
@@ -224,6 +224,7 @@ <h4 slot=version>v3.0</h4>
224
<publish-ui component></publish-ui>
225
226
<button id=run>run</button>
227
+
228
<img id=prettier class=icon title=prettier>
229
230
<span class=spc></span>
@@ -272,11 +273,11 @@ <h4 slot=version>v3.0</h4>
272
273
274
menu.add.style();
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;
+ var btn1 = document.createElement('input');
+ btn1.type = 'button';
+ btn1.value = 'isolate';
+ $(hdr.__host.shadowRoot,'#btns').append(btn1);
280
+ btn1.onclick = btn1.isolate;
281
282
283
$(root,'#save').onclick = btn.save;
0 commit comments