Adam Shaw 8 лет назад
Родитель
Сommit
deb3bb9f77
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      src/Calendar.render.js

+ 1 - 0
src/Calendar.render.js

@@ -249,6 +249,7 @@ Calendar.mixin({
 		this.unbindViewHandlers(currentView);
 		this.unbindViewHandlers(currentView);
 
 
 		currentView.removeElement();
 		currentView.removeElement();
+		currentView.unsetDate(); // wish we could just leave the date
 
 
 		this.view = null;
 		this.view = null;
 	},
 	},