diff --git a/src/utils/saveload.ts b/src/utils/saveload.ts index 43a6ec0..f862901 100644 --- a/src/utils/saveload.ts +++ b/src/utils/saveload.ts @@ -12,9 +12,6 @@ import { ISymbolModel } from '../Interfaces/ISymbolModel'; export function Revive(editorState: IEditorState): void { const history = editorState.history; - // restore last step - editorState.historyCurrentStep = history.length - 1; - // restore the parents and the selected container ReviveHistory(history); }