Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bold/italic actions make dom changes outside of editor #4842

Open
zvs001 opened this issue Nov 8, 2024 · 0 comments
Open

bold/italic actions make dom changes outside of editor #4842

zvs001 opened this issue Nov 8, 2024 · 0 comments

Comments

@zvs001
Copy link

zvs001 commented Nov 8, 2024

Actual behavior.

When I do 3ple click on "Text", it also cause changed to side elements on page

Steps to reproduce the problem.

I input next html as code. This html is minimum to reproduce the issue

<div>Text</div>
<div>
  <div>
    <br>
  </div>
</div>

When I do 3ple click on "Text", it also cause changed to side elements on page. You can see how elements change on right side on recording.
It is also causing crash when this right side will try to refresh (react), so I avoid refreshes on video.

Editor version.

4.3.0

Recording.
Screen.Recording.2024-11-07.at.14.08.14.mov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant