dont even know what teh changes are but meh

This commit is contained in:
2024-10-05 16:29:56 -05:00
parent 70b99228e6
commit eabf5fd836
10 changed files with 1097 additions and 18 deletions

View File

@@ -29,7 +29,8 @@ export default function BillTrackerCalendar() {
!calendarRef.current.contains(event.target as Node) &&
!popoverRef.current.contains(event.target as Node)
) {
setIsOpen(false)
//setIsOpen(false)
console.log('Calendar closed');
}
}
document.addEventListener('mousedown', handleClickOutside)