[#31]added two function to setup data to be sent and put function

This commit is contained in:
Camille Moussu
2025-07-22 09:50:02 +02:00
parent fd059954f4
commit b1ceebfc7d
12 changed files with 2906 additions and 48 deletions
+1
View File
@@ -100,6 +100,7 @@ export default function CalendarApp() {
const handleDateSelect = (selectInfo: DateSelectArg) => {
setSelectedRange(selectInfo);
console.log(selectInfo);
setAnchorEl(document.body); // fallback: we could use selectInfo.jsEvent.target if from a click
};