Просмотр исходного кода

fix calendar popover lag on item metadata

causefx 8 лет назад
Родитель
Сommit
2558b9e93e
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      plugins/bower_components/calendar/dist/fullcalendar.js

+ 1 - 0
plugins/bower_components/calendar/dist/fullcalendar.js

@@ -7147,6 +7147,7 @@ DayGrid.mixin({
 
 		this.segPopover = new Popover(options);
 		this.segPopover.show();
+		inlineLoad();
 
 		// the popover doesn't live within the grid's container element, and thus won't get the event
 		// delegated-handlers for free. attach event-related handlers to the popover.