Skip to content

Commit 713ea56

Browse files
save file
1 parent 359955b commit 713ea56

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

html-components/list/dir-tree/dir-tree.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142

143143

144144
<html-components-hdr v2.0 component=grp1>
145-
<h2 class=title style='top:10px'>dir-tree</h2>
145+
<h2 class=title style='top:20px'>dir-tree</h2>
146146
<time slot=date datetime=2026-01-08>08 Jan 2026</time>
147147
</html-components-hdr>
148148

@@ -254,6 +254,7 @@ <h3>
254254
var {txt} = await get(url);
255255
if(!txt)return;
256256
editor.setvalue(txt);
257+
editor.filename(file);
257258

258259
}//source
259260

@@ -269,6 +270,7 @@ <h3>
269270
if(!txt)return;
270271

271272
snippet.editor.setvalue(txt);
273+
snippet.editor.filename(file);
272274
snippet.clear();
273275

274276
}//example

0 commit comments

Comments
 (0)