You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you use DayView Widget inside a SingleChildScrollView, and you use a key to control the DayView scroll, like this: dayViewKey.currentState?.jumpToEvent(initEvent) , this is scrolling not only the DayView Widget but also the parent which in my case is SingleChildScrollView and there is no way to fix this.
The text was updated successfully, but these errors were encountered:
If you use DayView Widget inside a SingleChildScrollView, and you use a key to control the DayView scroll, like this:
dayViewKey.currentState?.jumpToEvent(initEvent)
, this is scrolling not only the DayView Widget but also the parent which in my case is SingleChildScrollView and there is no way to fix this.The text was updated successfully, but these errors were encountered: