Skip to content

Commit f21e9df

Browse files
save file
1 parent 27e75a1 commit f21e9df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,8 +270,9 @@ <h3>
270270
var url = base+component+'/examples/'+file;
271271
var {txt} = await get(url);
272272
if(!txt)return;
273-
console.log(1);
273+
274274
snippet.editor.setvalue(txt);
275+
snippet.clear();
275276

276277
}//example
277278

0 commit comments

Comments
 (0)