Skip to content

Commit

Permalink
LPD-32890 Undo All must reset DDM fields as well
Browse files Browse the repository at this point in the history
  • Loading branch information
ambrinchaudhary authored and brianchandotcom committed Aug 22, 2024
1 parent d1d9452 commit efc9778
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,9 @@ export default function UndoRedo({
disabled={step <= 0}
onClick={() => {
handleUndo(0);
Liferay.fire('journal:goto', {
step: 0,
});
setActive(false);
}}
>
Expand Down

0 comments on commit efc9778

Please sign in to comment.