forked from extern/egroupware
Trigger widget's resize only if there's excess_height
This commit is contained in:
parent
ad34d20080
commit
211efdda68
@ -155,7 +155,7 @@ etemplate2.prototype.resize = function(e)
|
||||
// "IResizeable" interface
|
||||
self.widgetContainer.iterateOver(function(_widget) {
|
||||
|
||||
_widget.resize(excess_height);
|
||||
if (excess_height != 0) _widget.resize(excess_height);
|
||||
}, self, et2_IResizeable);
|
||||
}
|
||||
},100);
|
||||
|
Loading…
Reference in New Issue
Block a user