We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 359955b commit 713ea56Copy full SHA for 713ea56
html-components/list/dir-tree/dir-tree.html
@@ -142,7 +142,7 @@
142
143
144
<html-components-hdr v2.0 component=grp1>
145
- <h2 class=title style='top:10px'>dir-tree</h2>
+ <h2 class=title style='top:20px'>dir-tree</h2>
146
<time slot=date datetime=2026-01-08>08 Jan 2026</time>
147
</html-components-hdr>
148
@@ -254,6 +254,7 @@ <h3>
254
var {txt} = await get(url);
255
if(!txt)return;
256
editor.setvalue(txt);
257
+ editor.filename(file);
258
259
}//source
260
@@ -269,6 +270,7 @@ <h3>
269
270
271
272
snippet.editor.setvalue(txt);
273
+ snippet.editor.filename(file);
274
snippet.clear();
275
276
}//example
0 commit comments