Commit a85efb5
committed
Fix for tabs leaving content behind
sometimes, dynamically created tabs will fail to update the `active` attribute, so inactive tab content is not hidden. explicitly unset the attribute on the old tab and set it on the new tab to prevent this from happening.1 parent f6a7f06 commit a85efb5
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
| |||
89 | 90 | | |
90 | 91 | | |
91 | 92 | | |
92 | | - | |
| 93 | + | |
0 commit comments