Skip to content

Commit 9e39d3e

Browse files
save file
1 parent 7127906 commit 9e39d3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/editors/html-editor/html-editor.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -470,9 +470,9 @@ <h1 slot=seo-hdr class=visually-hidden>html editor</h1>
470470

471471
if(file){
472472
editor.filename(file);
473-
editor.filename.save.hide();
474-
473+
editor.filename.save.hide();
475474
filemod.cur = file;
475+
document.title = file.name||file.filename;
476476
}
477477

478478
menu.close();

0 commit comments

Comments
 (0)