This commit is contained in:
Janus C. H. Knudsen 2025-10-02 16:01:36 +02:00
parent 54acdb9b41
commit 13b72b55b2

View file

@ -525,10 +525,10 @@ export class AllDayManager {
this.checkAndAnimateAllDayHeight();
let elements = document.querySelectorAll('swp-allday-container swp-event');
let elements = document.querySelectorAll('swp-allday-container swp-event : hasclass max-event-overflow-hide');
elements.forEach(element: HTMLElement => {
element.classList.toggle('max-event-overflow-hide');
element.classList.switch('max-event-overflow-hide', 'max-event-overflow-show');
}