blazor-showcase-appointment-planner icon indicating copy to clipboard operation
blazor-showcase-appointment-planner copied to clipboard

CloseSidePane is not working on mobile window size

Open dittoda opened this issue 1 year ago • 1 comments

CloseSidePane is not closed though click the toggle button to close it on mobile windows size. After f5 it shows nomally. And only works fine on bigger windows size. Where do I have to fix this?

dittoda avatar Feb 20 '24 15:02 dittoda

Hi @dittoda

We have validated your reported issue and found the root cause. We have not handled the sidebar close case when clicking toggle button so, it always opened the sidebar.

Now, we have resolved the issue by considering the both open/close cases.

https://github.com/syncfusion/blazor-showcase-appointment-planner/pull/26

Regards, Muthukrishnan K

kmkrish001 avatar Feb 27 '24 11:02 kmkrish001