diff --git a/packages/text-annotator/src/TextAnnotator.ts b/packages/text-annotator/src/TextAnnotator.ts index 68a70709..b391b512 100644 --- a/packages/text-annotator/src/TextAnnotator.ts +++ b/packages/text-annotator/src/TextAnnotator.ts @@ -47,9 +47,9 @@ export const createTextAnnotator = = state.store; - const undoStack = createUndoStack(store); + const undoStack = createUndoStack(store); const lifecycle = createLifecycleObserver(state, undoStack, opts.adapter);