mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-28 00:39:19 +01:00
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
|
// "IResizeable" interface
|
||||||
self.widgetContainer.iterateOver(function(_widget) {
|
self.widgetContainer.iterateOver(function(_widget) {
|
||||||
|
|
||||||
_widget.resize(excess_height);
|
if (excess_height != 0) _widget.resize(excess_height);
|
||||||
}, self, et2_IResizeable);
|
}, self, et2_IResizeable);
|
||||||
}
|
}
|
||||||
},100);
|
},100);
|
||||||
|
Loading…
Reference in New Issue
Block a user