publ-echo-test 0.0.327 → 0.0.328
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.
@@ -158,7 +158,7 @@ var Resizable = function (_a) {
|
|
158
158
|
// );
|
159
159
|
if (contentsWrapper) {
|
160
160
|
var gridWrapperInnerH = contentsWrapper.clientHeight;
|
161
|
-
var oneCompositionH = oneComposition.
|
161
|
+
var oneCompositionH = oneComposition.scrollHeight;
|
162
162
|
var compositionBGwrapperPaddingT = Number(oneComposition.getAttribute("data-wrapper-paddingt"));
|
163
163
|
var compositionBGwrapperPaddingB = Number(oneComposition.getAttribute("data-wrapper-paddingb"));
|
164
164
|
var compositionBGwrapperPaddingL = Number(oneComposition.getAttribute("data-wrapper-paddingl"));
|