forked from MarseyWorld/MarseyWorld
update markdown preview when inserting file
parent
a20de69507
commit
0cbe0b5d3b
|
@ -509,6 +509,7 @@ function handle_files(input, newfiles) {
|
|||
for (const file of newfiles) {
|
||||
insertText(ta, `[${file.name}]`);
|
||||
}
|
||||
markdown(ta)
|
||||
}
|
||||
|
||||
autoExpand(ta)
|
||||
|
|
Loading…
Reference in New Issue