Skip to content

Commit 1cd0c13

Browse files
save file
1 parent 5684109 commit 1cd0c13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ <h4 slot=version>v3.0</h4>
277277
btn1.type = 'button';
278278
btn1.value = 'isolate';
279279
$(hdr.__host.shadowRoot,'#btns').append(btn1);
280-
btn1.onclick = btn1.isolate;
280+
btn1.onclick = btn.isolate;
281281

282282

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

0 commit comments

Comments
 (0)