Skip to content

Commit

Permalink
chore(core): cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
  • Loading branch information
bcakmakoglu committed Apr 15, 2023
1 parent 4cfd92f commit c677491
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 @@ -130,7 +130,8 @@ function defaultState(): State {
ariaLiveMessage: '',

vueFlowVersion: typeof __VUE_FLOW_VERSION__ !== 'undefined' ? __VUE_FLOW_VERSION__ : '-',
}}
}
}

export function useState(opts?: FlowOptions): State {
const state = defaultState()
Expand Down

0 comments on commit c677491

Please sign in to comment.