Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerjbainbridge committed Aug 5, 2022
1 parent d63c5dd commit 0d634fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lexical-history/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ function redo(editor: LexicalEditor, historyState: HistoryState): void {

if (historyStateEntry) {
historyStateEntry.editor.setEditorState(historyStateEntry.editorState, {
tag: 'history-redo',
tag: 'historic',
});
}
}
Expand Down

0 comments on commit 0d634fd

Please sign in to comment.