You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When switching from the WYSIWYG view to the code view in FroalaEditorComponent, the text selection is not fully preserved. This issue occurs when selecting text in the editor and then toggling to the code view. The expected behavior is that the full selection remains highlighted, but currently, only a part of the text remains selected.
Steps to Reproduce
Select a portion of text in the WYSIWYG editor.
Switch to the code view.
Observe that the selected text is not fully highlighted.
Expected behavior
The full text selection should be preserved and highlighted when switching to code view.
Actual behavior
Only part of the initially selected text remains highlighted when switching to code view.
Additional context
The text was updated successfully, but these errors were encountered:
Description
When switching from the WYSIWYG view to the code view in FroalaEditorComponent, the text selection is not fully preserved. This issue occurs when selecting text in the editor and then toggling to the code view. The expected behavior is that the full selection remains highlighted, but currently, only a part of the text remains selected.
Steps to Reproduce
Expected behavior
The full text selection should be preserved and highlighted when switching to code view.
Actual behavior
Only part of the initially selected text remains highlighted when switching to code view.
Additional context
The text was updated successfully, but these errors were encountered: