-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Replacing embed isn't removing its content #2285
Labels
Comments
I think this is similar issue #2187 |
It doesn't happen all the time it only happens 3/5 times |
+1 |
It doesn't happen in the fresh Firefox for me, but still an issue in Chrome. The related bug report in Chrome for this one is https://bugs.chromium.org/p/chromium/issues/detail?id=1063046 |
Fixed in #3807. Feel free to let me know if there is anything missing. Closing |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, thanks for this great library.
I've found an issue when replacing an inserted inline embed.
Somehow the embed content isn't "replace" from the quill instance. This means while not visible, it still exists in its content.
Steps for Reproduction
Expected behavior:
Console (
quill.getContents()
) should not contain any embed blot information as it's not visible anymore.Actual behavior:
Console (
quill.getContents()
) contains any embed blot informationPlatforms:
Confirmed to happen in latest Firefox and Chrome
Version:
1.3.6
I'm a beginner to quill so I'm not sure if it's misusing the embed api and this is expected behavior.
The text was updated successfully, but these errors were encountered: