Don't specify "sizeToContent: true" when initializing GridStack (montage.js)

Additional verification is required, including on Custom layouts
Possible closure #4127
This commit is contained in:
IgorA100
2024-09-15 01:29:15 +03:00
committed by GitHub
parent 6b036f9e8a
commit 69156f2fb9

View File

@@ -872,7 +872,7 @@ function initGridStack(grid=null) {
const opts = {
margin: 0,
cellHeight: '1px',
sizeToContent: true, // default to make them all fit
//sizeToContent: true, // default to make them all fit
resizable: {handles: 'all'}, // do all sides
float: false,
disableDrag: true,