Closed yerzhant closed 6 years ago
This is happening because plugin as it stands adds the empty span tag.
What you need to do is to update ckawesome/dialogs/ckawesome.js
by adding cka.appendHtml(" ");
somewhere before call to editor.insertElement(cka);
i.e.
cka.appendHtml(" ");
editor.insertElement(cka);
I've added pull request for this fix #6
Fixed with #6 . Thanks Sebastian.
Thank you Sebastian and brstuff.
How to reproduce: