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