Skip to content

save(false, true) + enable() error fix#1809

Merged
adumesny merged 1 commit into
gridstack:masterfrom
adumesny:master
Jul 11, 2021
Merged

save(false, true) + enable() error fix#1809
adumesny merged 1 commit into
gridstack:masterfrom
adumesny:master

Conversation

@adumesny

@adumesny adumesny commented Jul 11, 2021

Copy link
Copy Markdown
Member

Description

fix #1793

  • save(false, true) followed by enable() throws error.
  • we now have new Utils.cloneDeep() (needed for grid options) and added test cases.

Checklist

  • Created tests which fail without the change (if possible)
  • All tests passing (yarn test)
  • Extended the README / documentation, if necessary

@adumesny adumesny merged commit 0a99deb into gridstack:master Jul 11, 2021
#fix 1793
* `save(false, true)` followed by enable() throws error.
* we now have new `Utils.cloneDeep()` (needed for grid options) and added test cases.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

save(false, true) followed by enable() throws error "Uncaught TypeError"

1 participant