@@ -102,7 +102,8 @@ axios.get(contentApiUrl).then(({ data }) => {
//$("#sortable").disableSelection();
$("#editor_block").css({ "display": "none" });
//alert(JSON.parse(document.getElementById('url').textContent).url);
-
+ $('#editorjs')[0].innerHTML = "";
+ //alert(JSON.stringify(editorBlocks));
editor = new EditorJS({
readOnly: false,
holder: 'editorjs',
@@ -420,6 +420,7 @@ function ParseProductSection(inContent) {
} */
//editor.api.blocks.render(editorBlocks);
$('#editorjs')[0].innerHTML = "";
+ //alert(editorBlocks);