Commit c2c38fa
committed
fix(sidebar): prevent sidebar from appearing when scrolling on playground
The sidebar visibility was not respecting the playgroundActive state,
causing it to appear when scrolling on the Playground section even though
the Playground view should remain sidebar-free.
Fixed by adding a playgroundActive check to the checkAndToggleSidebar()
function to ensure the sidebar is always hidden when Playground is active,
regardless of scroll position.
Fixes steam-bell-92#13641 parent 27379ae commit c2c38fa
1 file changed
Lines changed: 14 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
816 | 816 | | |
817 | 817 | | |
818 | 818 | | |
819 | | - | |
| 819 | + | |
820 | 820 | | |
821 | 821 | | |
822 | 822 | | |
| 823 | + | |
| 824 | + | |
| 825 | + | |
| 826 | + | |
| 827 | + | |
| 828 | + | |
| 829 | + | |
| 830 | + | |
| 831 | + | |
| 832 | + | |
823 | 833 | | |
824 | 834 | | |
825 | 835 | | |
| |||
830 | 840 | | |
831 | 841 | | |
832 | 842 | | |
833 | | - | |
| 843 | + | |
834 | 844 | | |
835 | 845 | | |
836 | | - | |
837 | 846 | | |
838 | 847 | | |
839 | 848 | | |
| |||
843 | 852 | | |
844 | 853 | | |
845 | 854 | | |
846 | | - | |
847 | 855 | | |
848 | 856 | | |
849 | 857 | | |
850 | 858 | | |
851 | | - | |
| 859 | + | |
| 860 | + | |
852 | 861 | | |
853 | 862 | | |
854 | 863 | | |
| |||
0 commit comments