Procházet zdrojové kódy

renderColumns renders content skeleton too

Adam Shaw před 8 roky
rodič
revize
436f882fa2
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2 1
      src/agenda/TimeGrid.js

+ 2 - 1
src/agenda/TimeGrid.js

@@ -266,6 +266,8 @@ var TimeGrid = FC.TimeGrid = InteractiveDateComponent.extend(StandardInteraction
 			els: this.colEls,
 			isHorizontal: true
 		});
+
+		this.renderContentSkeleton();
 	},
 
 
@@ -659,5 +661,4 @@ TimeGrid.watch('displayingColumns', [ 'dateProfile' ], function(deps) {
 
 
 TimeGrid.watch('displayingDates', [ 'displayingSlats', 'displayingColumns' ], function(deps) {
-	this.requestRender(this.renderContentSkeleton, null, 'content-skeleton', 'destroy');
 });