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

Commit

Permalink
revert #7417
Browse files Browse the repository at this point in the history
  • Loading branch information
zaggino committed Apr 16, 2014
1 parent 23f4531 commit da7a026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/Resizer.js
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ define(function (require, exports, module) {
$body.append($resizeShield);

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

0 comments on commit da7a026

Please sign in to comment.