You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// NOTE: clientHeight & getBoundingClientRect() is undefined for text and other leaf nodes. use <div> container!
1273
+
if(!child){console.log(`Error: resizeToContent() '${GridStack.resizeToContentParent}'.firstElementChild is null, make sure to have a div like container. Skipping sizing.`);return;}
1271
1274
constitemH=item.clientHeight;// available height to our child (minus border, padding...)
1272
-
constwantedH=(item.firstChildasElement)?.getBoundingClientRect().height||itemH;// NOTE: clientHeight & getBoundingClientRect() is undefined for text and other leaf nodes. use <div> container!
0 commit comments