poprawki
This commit is contained in:
@@ -248,7 +248,6 @@
|
||||
|
||||
const expanded = btn.getAttribute('aria-expanded') === 'true';
|
||||
panel.hidden = !expanded;
|
||||
// usuń/ustaw inline display spójnie z hidden
|
||||
panel.style.display = expanded ? '' : 'none';
|
||||
|
||||
const label = expanded ? 'Collapse' : 'Expand';
|
||||
|
Reference in New Issue
Block a user