diff options
| author | aaravkumar <aarav.kumar1510@gmail.com> | 2025-04-30 20:45:16 -0400 |
|---|---|---|
| committer | aaravkumar <aarav.kumar1510@gmail.com> | 2025-04-30 20:45:16 -0400 |
| commit | c1ebafcbe29140da7c1e260bab88921964dd82b0 (patch) | |
| tree | 424a99634ebfaf910f543c6062eba9d1798eab79 /src/client/views/nodes/calendarBox/CalendarBox.tsx | |
| parent | c6811ca2ec8acbd771e8af86da7c2127914579fe (diff) | |
fixed height / width restrictions and added date selector for all day tasks
Diffstat (limited to 'src/client/views/nodes/calendarBox/CalendarBox.tsx')
| -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(); }); |
