|
|
@ -640,7 +640,7 @@ Core.prototype._redraw = function() { |
|
|
|
var props = this.props; |
|
|
|
var dom = this.dom; |
|
|
|
|
|
|
|
if (!dom || !dom.container || dom.root.clientWidth == 0) return; // when destroyed, or invisible
|
|
|
|
if (!dom || !dom.container || dom.root.offsetWidth == 0) return; // when destroyed, or invisible
|
|
|
|
|
|
|
|
DateUtil.updateHiddenDates(this.options.moment, this.body, this.options.hiddenDates); |
|
|
|
|
|
|
|