From 8167e53ad899fbc514cfc0b4ade94c23251f594e Mon Sep 17 00:00:00 2001 From: tianshujie Date: Tue, 31 Aug 2021 10:12:24 +0800 Subject: [PATCH] * Fix bug #14779. --- module/doc/js/edit.js | 1 + 1 file changed, 1 insertion(+) diff --git a/module/doc/js/edit.js b/module/doc/js/edit.js index 433e028559..bae3663c3e 100644 --- a/module/doc/js/edit.js +++ b/module/doc/js/edit.js @@ -7,6 +7,7 @@ $(function() $('#content').html(draft); editor = KindEditor.instances[0]; editor.html(draft); + $('.kindeditor-ph').remove(); } }, 100)