mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 03:26:36 +00:00
Some fixes
This commit is contained in:
parent
1d1fe47c0b
commit
98cee82769
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
} else if (!selected && i > -1) {
|
||||
a = a.splice(i, 1);
|
||||
}
|
||||
return [...a];
|
||||
return a;
|
||||
}
|
||||
|
||||
setContext("SelectableTileGroup", {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue