Skip to content
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

Extract undo/redo as a separate package #54292

Merged
merged 10 commits into from
Sep 11, 2023
Prev Previous commit
Next Next commit
Fix typo
  • Loading branch information
youknowriad committed Sep 11, 2023
commit c992638fbac4d8e82dfcc054cb13e56a615dcf7e
2 changes: 1 addition & 1 deletion packages/core-data/src/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ export const redo =
export const __unstableCreateUndoLevel =
() =>
( { select } ) => {
select.getUndoManager().record();
select.getUndoManager().addRecord();
};

/**
Expand Down