[#31] fixed sending data

This commit is contained in:
Camille Moussu
2025-07-23 11:33:10 +02:00
parent b1ceebfc7d
commit 08789cb6f3
6 changed files with 61 additions and 111 deletions
-1
View File
@@ -100,7 +100,6 @@ 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
};