Przeglądaj źródła

实现全局点击监听

gavin.chen 2 lat temu
rodzic
commit
dfcd8e4ae4
1 zmienionych plików z 0 dodań i 1 usunięć
  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);