-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Description
Subject of the issue
walk through the code, found that only maxWidth()
in GridStack
class api for modifing griditem min max data wound update the node.maxWidth
. (see maxWidth)
maxHeight/minHeight/minWidth funtion call do not update the node.maxHeight/minHeight/minWidth, which might cause engine not cacluate right.
(see minWidth)
Your environment
- version of gridstack.js: v2.0.0
- which browser and its version: doesn't matter
Expected behaviour
node.minWidth = (val || undefined)
Actual behaviour
the node.minWidth wouldn't update
Metadata
Metadata
Assignees
Labels
No labels