Hello dear developers.
If I use the following settings in RichTextEditor
when you try to insert a link anywhere in the text, the link is inserted at the very beginning of the text, and not in the selected text.
Version SNAPSHOT_v13.0d_2020-08-09 (2020-08-09)
If I use the following settings in RichTextEditor
Code:
richTextEditor.setStyleWithCSS(true); richTextEditor.setUseDesignMode(false);
Version SNAPSHOT_v13.0d_2020-08-09 (2020-08-09)
Comment