Fix issue in RTE related to adding text before a mention
If you start the input by tagging (@somebody) someone, and then relocate the cursor to before the @, you could type to insert text, but couldn't delete or otherwise interact with it (backspace and left arrow keys don't respond). When switching to plain-text, anything typed before the @ disappeared. This commit fixes the issue.
显示
- app/assets/javascripts/content_editor/components/wrappers/paragraph.vue 2 个添加, 5 个删除...ascripts/content_editor/components/wrappers/paragraph.vue
- spec/support/shared_examples/features/rich_text_editor/autocomplete_shared_examples.rb 17 个添加, 0 个删除...features/rich_text_editor/autocomplete_shared_examples.rb
想要评论请 注册 或 登录