Quellcode durchsuchen

fix calendar popover lag on item metadata

causefx vor 8 Jahren
Ursprung
Commit
2558b9e93e
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  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 = new Popover(options);
 		this.segPopover.show();
 		this.segPopover.show();
+		inlineLoad();
 
 
 		// the popover doesn't live within the grid's container element, and thus won't get the event
 		// 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.
 		// delegated-handlers for free. attach event-related handlers to the popover.