forked from rDrama/rDrama
1
0
Fork 0

update markdown preview when inserting file

master
Aevann 2023-08-23 02:21:08 +03:00
parent a20de69507
commit 0cbe0b5d3b
1 changed files with 1 additions and 0 deletions

View File

@ -509,6 +509,7 @@ function handle_files(input, newfiles) {
for (const file of newfiles) {
insertText(ta, `[${file.name}]`);
}
markdown(ta)
}
autoExpand(ta)