add todos
This commit is contained in:
parent
9a042c5981
commit
faff6c4427
|
@ -128,7 +128,7 @@
|
|||
&& timelineValue
|
||||
},
|
||||
itemIdsToAdd: ($itemIdsToAdd) => $itemIdsToAdd,
|
||||
// hack to avoid getting called too often
|
||||
// TODO: hack to avoid getting called too often
|
||||
itemIdsToAddStringified: (itemIdsToAdd) => JSON.stringify(itemIdsToAdd),
|
||||
headerProps: (itemIdsToAdd) => {
|
||||
return {
|
||||
|
|
|
@ -101,7 +101,7 @@
|
|||
distanceFromTop: ($scrollTop) => $scrollTop,
|
||||
// TODO: bug in svelte store, shouldn't need to do this
|
||||
allVisibleItemsHaveHeight: ($allVisibleItemsHaveHeight) => $allVisibleItemsHaveHeight,
|
||||
// hack to avoid getting called too often
|
||||
// TODO: hack to avoid getting called too often
|
||||
itemsStringified: (items) => JSON.stringify(items)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue