generate markdown preview when clicking edit (to make page jump to the top instead of bottom)

pull/148/head
Aevann 2023-05-14 19:33:59 +03:00
parent fc5af9c044
commit 4c8df104be
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ function togglePostEdit(id){
box=document.getElementById("post-edit-box-"+id);
autoExpand(box);
markdown(box);
box=document.getElementById("post-edit-title");
autoExpand(box);
};