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

Content Not Refreshed Correctly when Modifying Pasted Content in Callbacks #1107

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

chadrschroeder
Copy link

Fixes #1103.

When pasting plain text content or a URL, if you modify the content in a trix-change or trix-paste callback, the changes aren't reflected in the editor after the paste is finished. The changes are reflected later if you start to type in the editor.

This pull request updates how the render is performed to match other areas like this.

…aste and trix-change callbacks are refreshed in the editor when pasting plain text
@danielnc
Copy link

Bump to see what are the plans to get this merged and/or a workaround based on issue #1103

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

Successfully merging this pull request may close these issues.

Content Not Refreshed Correctly for pasteEventHasPlainTextOnly Special Case
2 participants