We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
console.log
1 parent 9e6177b commit 9a7b7fdCopy full SHA for 9a7b7fd
src/components/Datepicker.tsx
@@ -193,8 +193,6 @@ const Datepicker: React.FC<Props> = ({
193
const screenCenter = window.innerWidth / 2;
194
const containerCenter = (detail.right - detail.x) / 2 + detail.x;
195
196
- console.log(detail.bottom, calendarContainer.getBoundingClientRect().top);
197
-
198
if (containerCenter > screenCenter) {
199
arrow.classList.add("right-0");
200
arrow.classList.add("mr-3.5");
0 commit comments