forked from rDrama/rDrama
1
0
Fork 0

generate markdown preview when clicking "edit" on comments

master
Aevann 2023-06-07 23:04:00 +03:00
parent df36419927
commit d98aacf6bc
1 changed files with 1 additions and 0 deletions

View File

@ -84,6 +84,7 @@ function toggleEdit(id){
form.classList.toggle("d-none");
actions.classList.toggle("d-none");
autoExpand(box);
markdown(box);
};