diff options
Diffstat (limited to 'src/client/views/nodes/calendarBox')
| -rw-r--r-- | src/client/views/nodes/calendarBox/CalendarBox.tsx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/client/views/nodes/calendarBox/CalendarBox.tsx b/src/client/views/nodes/calendarBox/CalendarBox.tsx index 84fa25dba..ce58ac9fa 100644 --- a/src/client/views/nodes/calendarBox/CalendarBox.tsx +++ b/src/client/views/nodes/calendarBox/CalendarBox.tsx @@ -225,13 +225,10 @@ export class CalendarBox extends CollectionSubView() { this._calendar?.refetchEvents(); }; - // Make sure the parent box is positioned relative arg.el.style.position = 'relative'; arg.el.appendChild(checkButton); } - // (keep your other pointerup/contextmenu handlers here) - arg.el.addEventListener('pointerdown', ev => { ev.button && ev.stopPropagation(); }); |
