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