1
0
Fork 0
mirror of synced 2024-09-30 09:07:25 +13:00

Ensure links prop is always an array when configuring layout links

This commit is contained in:
Andrew Kingston 2021-12-03 11:38:49 +00:00
parent a6f684b996
commit 437dffb6d2

View file

@ -17,6 +17,7 @@
const flipDurationMs = 150
let dragDisabled = true
$: links = links || []
$: links.forEach(link => {
if (!link.id) {
link.id = generate()