forked from cybrespace/pinafore
		
	add todos
This commit is contained in:
		
							parent
							
								
									9a042c5981
								
							
						
					
					
						commit
						faff6c4427
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -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…
	
	Add table
		
		Reference in a new issue