Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 3efe26a

Browse files
committed
Merge pull request #7526 from adobe/revert-7417
revert #7417 - visibility:hidden _should_ leave space in the layout, and we already handle display:none properly
2 parents 8ccd303 + da7a026 commit 3efe26a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/utils/Resizer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ define(function (require, exports, module) {
270270
$body.append($resizeShield);
271271

272272
if ($resizableElement.length) {
273-
$element.children(":visible").not(".horz-resizer, .vert-resizer, .resizable-content").each(function (index, child) {
273+
$element.children().not(".horz-resizer, .vert-resizer, .resizable-content").each(function (index, child) {
274274
if (direction === DIRECTION_HORIZONTAL) {
275275
baseSize += $(child).outerWidth();
276276
} else {

0 commit comments

Comments
 (0)