Skip to content

Commit

Permalink
chore(core): cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: braks <[email protected]>
  • Loading branch information
bcakmakoglu committed Feb 5, 2024
1 parent 3585e62 commit 3ccf913
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/core/src/store/state.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ export function useState(): State {

disableKeyboardA11y: false,
ariaLiveMessage: '',
}}
}
}

// these options will be set using the appropriate methods
export const storeOptionsToSkip: (keyof Partial<FlowOptions & Omit<State, 'nodes' | 'edges' | 'modelValue'>>)[] = [
Expand Down

0 comments on commit 3ccf913

Please sign in to comment.