@ -329,7 +327,7 @@ async function onEditContent(event) {
letcomboMarkdownEditor;
letcomboMarkdownEditor;
constsetupDropzone=async($dropzone)=>{
constsetupDropzone=async($dropzone)=>{
if($dropzone.length===0)returnnull;
if(!$dropzone.length)returnnull;
letdisableRemovedfileEvent=false;// when resetting the dropzone (removeAllFiles), disable the "removedfile" event
letdisableRemovedfileEvent=false;// when resetting the dropzone (removeAllFiles), disable the "removedfile" event
letfileUuidDict={};// to record: if a comment has been saved, then the uploaded files won't be deleted from server when clicking the Remove in the dropzone
letfileUuidDict={};// to record: if a comment has been saved, then the uploaded files won't be deleted from server when clicking the Remove in the dropzone
@ -482,9 +480,7 @@ async function onEditContent(event) {