-
Notifications
You must be signed in to change notification settings - Fork 95
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
Add tldraw undo/redo example #645
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## main #645 +/- ##
=======================================
Coverage 88.88% 88.88%
=======================================
Files 80 80
Lines 8958 8958
Branches 825 825
=======================================
Hits 7962 7962
Misses 688 688
Partials 308 308 ☔ View full report in Codecov by Sentry. |
Every interesting PR :) |
I've checked it. 👍 |
@LakHyeonKim I will notice right away you when we implement undo/redo :) |
@krapie Haha😁 thank you very much! |
a9325d6
to
7baa69f
Compare
5d46577
to
0e34144
Compare
7dba6db
to
f765d1c
Compare
ad3b86a
to
2f1cd8b
Compare
What this PR does / why we need it?
Hello ~ 👋
I've been working on a project that's very similar to tldraw. However, while the undo/redo functionality is essential, it's not an easy feature to implement.
I've tried adding the undo/redo feature to the tldraw example based on some considerations, even though I'm not very proficient with TypeScript. I'd like to share my idea and discuss it further.
Brief Explanation
I'd appreciate any feedback or suggestions.
Any background context you want to provide?
What are the relevant tickets?
Fixes #
Checklist