Show Full Event title in calendar on hover

This commit is contained in:
johnnyq
2026-03-04 16:27:22 -05:00
parent 5cbed128e6
commit af4327ff27

View File

@@ -137,6 +137,10 @@ while ($row = mysqli_fetch_assoc($sql)) {
height: '90vh',
selectMirror: true,
eventDidMount: function(info) {
// Always show full title when hovering
info.el.setAttribute('title', info.event.title);
},
eventClick: function(editEvent) {
var eventId = editEvent.event.id;
var $link = $('<a>', {