forked from MarseyWorld/MarseyWorld
generate markdown preview when clicking "edit" on comments
parent
df36419927
commit
d98aacf6bc
|
@ -84,6 +84,7 @@ function toggleEdit(id){
|
|||
form.classList.toggle("d-none");
|
||||
actions.classList.toggle("d-none");
|
||||
autoExpand(box);
|
||||
markdown(box);
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue