diff --git a/script/main.js b/script/main.js index 6ee9d8d..3880be5 100644 --- a/script/main.js +++ b/script/main.js @@ -120,7 +120,9 @@ jQuery(function($){ function loadQuill(object, delta){ var tmp=$("
"); (new Quill(tmp[0])).setContents(JSON.parse(delta)); + tmp.children().attr("contenteditable", false); $(object).html(tmp.html()); + tmp.remove(); } //add leading zeros