We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32aafdf commit 9f8a543Copy full SHA for 9f8a543
src/GEOComp.tsx
@@ -285,6 +285,7 @@ var GEOComp = (function () {
285
//TODO: Take care of margin and padding, but also that of parents
286
var newHeight = eventObj.windowSize.height - eventObj.bounds.top - offset * 2 - (props.resizeOffset || 0)
287
if (newHeight != dimensions.height) {
288
+ eventObj["newHeight"] = newHeight
289
//eventObj.element.style.height = `${newHeight}px`
290
setDimensions({ width: dimensions.width, height: newHeight })
291
if (featureEnabled("debug"))
0 commit comments