add todos

This commit is contained in:
Nolan Lawson 2018-02-12 22:49:02 -08:00
parent 9a042c5981
commit faff6c4427
2 changed files with 2 additions and 2 deletions

View file

@ -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 {

View file

@ -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)
}
}