소스 검색

实现全局点击监听

gavin.chen 2 년 전
부모
커밋
dfcd8e4ae4
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      lib/calendar_page/calendar_main_panel.dart

+ 0 - 1
lib/calendar_page/calendar_main_panel.dart

@@ -25,7 +25,6 @@ class _CalendarMainPanelState extends State<CalendarMainPanel> {
   @override
   void initState() {
     super.initState();
-    Get.put<PopupLayerController>(PopupLayerController());
     _isToday = calendarController.isToday;
     _currYearMonthStr = calendarController.currentYearMonth;
     calendarController.onDaysListChange.addListener(_onDaysListChange);