Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Jul 11, 2021
Merged

Conversation

adumesny
Copy link
Member

@adumesny adumesny commented Jul 11, 2021

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