fix sticky calendar popup (#5846)

This commit is contained in:
Kevin Papst
2026-02-28 19:25:06 +01:00
committed by GitHub
parent 4154de6bd1
commit 15110f78d8
5 changed files with 6 additions and 6 deletions

View File

@@ -195,7 +195,7 @@ export default class KimaiCalendar {
if (!this.isKimaiSource(unmountInfo.event)) {
return;
}
const popover = Popover.getInstance(unmountInfo.element);
const popover = Popover.getInstance(unmountInfo.el);
if (popover !== null) {
popover.dispose();
}