@flozy/editor 10.4.9 → 10.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -519,8 +519,10 @@ const FreeGrid = props => {
|
|
519
519
|
disableDragging: true,
|
520
520
|
style: {
|
521
521
|
position: "relative",
|
522
|
-
"--height": `${height}px
|
522
|
+
"--height": `${height}px`,
|
523
|
+
display: 'block' //for test purpose
|
523
524
|
},
|
525
|
+
|
524
526
|
dataSets: {
|
525
527
|
"data-height-xs": height_xs
|
526
528
|
},
|