Skip to content

Commit

Permalink
Update src/store/index.js
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Stadler <[email protected]>
  • Loading branch information
hizclick and peterstadler authored Sep 30, 2024
1 parent baf7b24 commit c4da141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export default createStore({
state.currentheight = height
},
SET_CURRENT_HEIGHT(state, width) {
state.currentheight = width
state.currentwidth = width
},
SET_PAGE_ARRAY(state, updatedArray) {
state.pages = toRaw(updatedArray)
Expand Down

0 comments on commit c4da141

Please sign in to comment.