-
-
Notifications
You must be signed in to change notification settings - Fork 134
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
History using the Collaboration extension doesn't seem to work #609
Comments
Please try using stable version (v2.0.3). |
@svenadlung I just tried upgrading and it didn't make a difference |
It should be released with 2.0.0 (ueberdosis/tiptap#3901) Can you please create a fresh sandbox with updated dependencies? |
@kongweiying2 just to make sure, @svenadlung is talking about tiptap version, not hocuspocus :-) |
Oh yes, sorry, I thought this is an issue in Tiptap repo 😂 |
Ah ok, I updated hocuspocus not tiptap, I'll trying updating tiptap too and report back if it works :D |
@janthurau @svenadlung Looks like it was fixed after updating tiptap, thanks guys. |
Description
I'm currently using the Collaboration extension which comes with its own history handling, except pressing CMD + Z doesn't seem to do anything.
Steps to reproduce the bug
Steps to reproduce the behaviour:
Expected behaviour
The undo and redo functionality should work
Screenshot, video, or GIF
If applicable, add screenshots to help explain your problem.
Environment?
Additional context
Here's a code example:
https://stackblitz.com/edit/react-ts-ucahst?file=README.md,src%2Fcore%2FQi.tsx,src%2Fview%2Fcontent%2FRichText.tsx
The text was updated successfully, but these errors were encountered: