Commit 47db483
committed
fix: active collapsible not opening
fix bug causing collapsible to not auto open
- Can't exactly explain why it was doing this, but in my development
today I noticed that some of my non-accordion collapsibles weren't having
their li's with class="active" set on them opening by default.
Played around with the code a bit and found that putting these brackets back
seemed to resolve it, so here we are1 parent a100e39 commit 47db483
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
0 commit comments