Skip to content

locked item can be moved/resized #1768

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

Merged
merged 1 commit into from
May 29, 2021
Merged

Conversation

adumesny
Copy link
Member

Description

  • fix Locked widgets cannot be moved by the user #1767
  • locked item can be user moved/resized just not pushed by other nodes (broke in 1.1.1)
  • had incorrectly assume locked = noMove + noSize (user driven) but it's for layout only, so now you have complete choice.

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 1b3b1db into gridstack:master May 29, 2021
* fix gridstack#1767
* `locked` item can be user moved/resized just not pushed by other nodes (broke in 1.1.1)
* had incorrectly assume locked = noMove + noSize (user driven) but it's for layout only, so now you have complete choice.
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.

Locked widgets cannot be moved by the user
1 participant