Skip to content

DDDraggable fix to querySelectorAll(handle) for nested grid - #3262

Merged
adumesny merged 1 commit into
gridstack:masterfrom
adumesny:master
Apr 8, 2026
Merged

DDDraggable fix to querySelectorAll(handle) for nested grid#3262
adumesny merged 1 commit into
gridstack:masterfrom
adumesny:master

Conversation

@adumesny

@adumesny adumesny commented Apr 8, 2026

Copy link
Copy Markdown
Member

Description

  • fixed code when finding all handles to ommit nested gridItem (that have their own drag handling) without relying on node.subGrid being set (some app remove it while hidding/collapsing section of nested grids)

Checklist

  • Created tests which fail without the change (if possible)
  • All tests passing (yarn test)
  • Extended the README / documentation, if necessary
* fixed code when finding all handles to ommit nested gridItem (that have their own drag handling) without relying on node.subGrid being set
(some app remove it while hidding/collapsing section of nested grids)
@adumesny
adumesny merged commit 246fae5 into gridstack:master Apr 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant