Commit 072ac265 authored by Lee Jin Ju's avatar Lee Jin Ju
Browse files

오앙

parent aa7c32f6
...@@ -16,9 +16,9 @@ function Cal(calledday) { ...@@ -16,9 +16,9 @@ function Cal(calledday) {
}); });
useEffect(() => { useEffect(() => {
const cal = calendarRef.current.getInstance(); // const cal = calendarRef.current.getInstance();
cal.setDate(new Date(day)); // cal.setDate(new Date(day));
cal.changeView('week', false); // cal.changeView('week', false);
// cal.today(new Date(day)); // cal.today(new Date(day));
// calendar.on('clickSchedule', function (event) { // calendar.on('clickSchedule', function (event) {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment