Skip to content

Commit 6dec551

Browse files
save file
1 parent a686d3e commit 6dec551

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
@@ -416,7 +416,7 @@ <h1 slot=seo-hdr class=visually-hidden>html editor</h1>
416416

417417
var txt = await blob.text();
418418
editor.clear();
419-
output.kill();
419+
//output.kill();
420420
editor.setValue(txt,-1);
421421
complete(file);
422422

0 commit comments

Comments
 (0)