File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
utils/editors/html-editor/v3.0 Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments