Skip to content

Toggling staticGrid allows dragging in again#1763

Merged
adumesny merged 3 commits into
gridstack:masterfrom
adumesny:master
May 25, 2021
Merged

Toggling staticGrid allows dragging in again#1763
adumesny merged 3 commits into
gridstack:masterfrom
adumesny:master

Conversation

@adumesny

Copy link
Copy Markdown
Member

Description

fix #1761

  • we now re-enable the drag enter events when staticGrid is false
  • updated static demo to show drag in behavior as well.

fix #1760 failing to check for null element in my last check-in.

Checklist

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

adumesny added 3 commits May 24, 2021 16:15
fix gridstack#1761
* we now re-enable the drag enter events when staticGrid is false
* updated static demo to show drag in behavior as well.

fix gridstack#1760 failing to check for null element in my last check-in.
@adumesny adumesny merged commit 38801ff into gridstack:master May 25, 2021
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.

Toggling staticGrid value with the setStatic function doesn't have any impact on the drag in possibility v4: removable:true not working

1 participant