Commit a089c7b
Fixes ToolbarToggleGroup not toggling
`toggleExpanded ?? undefined` resolves to an expression where toggleExpanded is not called.
Vue's event binding can handle null or undefined values gracefully making the ?? undefined unnecessary.1 parent 7b48d8b commit a089c7b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments