Procházet zdrojové kódy

fix with unsetting date

Adam Shaw před 8 roky
rodič
revize
deb3bb9f77
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      src/Calendar.render.js

+ 1 - 0
src/Calendar.render.js

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