This commit is contained in:
tianshujie
2021-08-31 10:12:24 +08:00
parent 2657f8e84c
commit 8167e53ad8
+1
View File
@@ -7,6 +7,7 @@ $(function()
$('#content').html(draft);
editor = KindEditor.instances[0];
editor.html(draft);
$('.kindeditor-ph').remove();
}
}, 100)