Ver código fonte

fix calendar popover lag on item metadata

causefx 8 anos atrás
pai
commit
2558b9e93e

+ 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.