Skip to content

Commit ad13283

Browse files
authored
feat: 날짜 누르면 마음 기록 앨범 상세 페이지로 이동 (#62)
1 parent eb3ad31 commit ad13283

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/ongi/lib/screens/photo/photo_calendar_screen.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ class _PhotoCalendarScreenState extends State<PhotoCalendarScreen> {
209209
} else {
210210
_selectedDate = selectedDay;
211211
_focusedDay = selectedDay;
212+
_currentView = 'photoDate'; // 날짜 선택 시 photo_date_screen으로 이동
212213
}
213214
});
214215
},

0 commit comments

Comments
 (0)