Commit c7e50af
Fix web component tabbed view (#1114)
Small fix to stop web component switching to the pre-set split/tabbed
view on every code run
I thought this was related to the `pyodide` switch but it turned out not
to be - this is actually an annoying bug that is live on production 😅
---------
Co-authored-by: MagdalenaJadach <[email protected]>1 parent fd604a8 commit c7e50af
File tree
2 files changed
+6
-3
lines changed- src/components/WebComponentProject
2 files changed
+6
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
56 | | - | |
57 | | - | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
58 | 60 | | |
59 | 61 | | |
60 | 62 | | |
| |||
0 commit comments