Skip to content

Commit

Permalink
Merge branch 'main' into extended-menu
Browse files Browse the repository at this point in the history
  • Loading branch information
skedwards88 committed Aug 26, 2024
2 parents ccdd032 + 3bd8c31 commit 155644e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "crossjig",
"version": "3.0.2",
"version": "3.0.5",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/logic/customInit.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export function customInit(useSaved = true) {
? JSON.parse(localStorage.getItem("crossjigCustomCreation"))
: undefined;

if (savedState) {
if (savedState && savedState.isCustomCreating) {
return savedState;
}

Expand Down

0 comments on commit 155644e

Please sign in to comment.