forked fromcoder/coder
- Notifications
You must be signed in to change notification settings - Fork0
Commitb3d3b8b
authored
fix: Stop multiple buttons from compounding in the workspace action dropdown (coder#3482)
The variadic function on an object doesn't clone the inner array.This was causing the `secondary` property to accumulate more andmore button types as time went on!Fixescoder#3154.1 parent16c12e9 commitb3d3b8b
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
68 | 68 |
| |
69 | 69 |
| |
70 | 70 |
| |
71 |
| - | |
| 71 | + | |
72 | 72 |
| |
73 | 73 |
| |
74 | 74 |
| |
|
0 commit comments
Comments
(0)