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
This might be some side effect of updating text after paste. A lot of my custom plugins are broken - I have a [[date]] and [[toc]] plugins for table of contents. most of these are lost on paste. For example, pasting this long text loses most of the info:
testcases:
aaa|bbb
test
test
xyz
test *bold*
xyz
test *bold*[[date]]
xyz
[[date]]
[[date]]
Y[[date]]x
Z[[date]]
Y[[date]]x
[[date]]
[[date]]
before
at[[date]]xxx
[[date]]
after
Used to work great before the pasterule/input rule updates.
Did you update your dependencies?
Yes, I’ve updated my dependencies to use the latest version of all packages.
Are you sponsoring us?
Yes, I’m a sponsor. 💖
The text was updated successfully, but these errors were encountered:
What’s the bug you are facing?
Pasting things like
**bold**
or*italic*
multiple times doesn't work anymore.How can we reproduce the bug on our side?
https://codesandbox.io/s/tiptap-after-paste-bug-jjoxc
Expected: bold and italic show OK
Actual: second paste shows this:
The bold and italic have their
*
marks showingExpected: bold and italic show up
Actual: some data is lost - the "italic" text becomes "talic"
Can you provide a CodeSandbox?
https://codesandbox.io/s/tiptap-after-paste-bug-jjoxc
What did you expect to happen?
Bold and italic to show up formatted
Anything to add? (optional)
This might be some side effect of updating text after paste. A lot of my custom plugins are broken - I have a [[date]] and [[toc]] plugins for table of contents. most of these are lost on paste. For example, pasting this long text loses most of the info:
Used to work great before the pasterule/input rule updates.
Did you update your dependencies?
Are you sponsoring us?
The text was updated successfully, but these errors were encountered: