Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
feat(editor): Add undo/redo support for canvas actions #4787
feat(editor): Add undo/redo support for canvas actions #4787
Changes from 62 commits
027e143
3a1aa22
fe7d27d
ff352cd
6e9fbfb
d17845b
ad1cfea
6b6ce4e
45bae25
ddded3b
b0b35fa
fda6e8f
8ff1b63
2f724da
568be3f
b20f72e
a73b875
35f732c
7c22278
601a0d3
cb003e2
316fb77
22f71e2
bb008f7
25827eb
dc167da
8abd54c
cc6444d
87ff5f0
2137c21
5f211aa
f0dc35b
3e6477a
504107b
4ef36bd
fe17735
e28da7e
253bb3b
cb7bda2
9e88a72
4a00b1c
52970b3
e215654
f1907f2
cd5edea
69313f1
d7720e1
c040209
20eb771
7030c21
6c6054c
c44951a
791af5e
47e013a
1229ec7
7efe3e2
48174f2
cd075f8
0e3760a
8f8bc57
0f5a2d5
f590c5c
35d8ac3
a099612
b5a8468
db98b94
f56d1bb
34d25f2
68ac78c
6ae8f07
a159929
7f3980f
386c6f6
e244fce
5e329e3
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
weird we are not tracking the event itself
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Talked with Nik about it, looks like we are only interested in the fact that users attempted undo here.