diff --git a/src/routes/_components/list/List.html b/src/routes/_components/list/List.html index 7b814d45..0752e607 100644 --- a/src/routes/_components/list/List.html +++ b/src/routes/_components/list/List.html @@ -10,7 +10,6 @@ /> {/each} - \ No newline at end of file + diff --git a/src/routes/_components/timeline/StatusVirtualListItem.html b/src/routes/_components/timeline/StatusVirtualListItem.html index 4f7744c4..8712fbc1 100644 --- a/src/routes/_components/timeline/StatusVirtualListItem.html +++ b/src/routes/_components/timeline/StatusVirtualListItem.html @@ -2,7 +2,7 @@ timelineType={virtualProps.timelineType} timelineValue={virtualProps.timelineValue} focusSelector={virtualProps.focusSelector} - shortcutScope={virtualKey} + enableShortcuts={true} index={virtualIndex} length={virtualLength} on:recalculateHeight /> diff --git a/src/routes/_components/timeline/Timeline.html b/src/routes/_components/timeline/Timeline.html index 8317e559..07323f05 100644 --- a/src/routes/_components/timeline/Timeline.html +++ b/src/routes/_components/timeline/Timeline.html @@ -35,11 +35,13 @@
Error: component failed to load! Try reloading. {error}
{/await} + diff --git a/src/routes/_components/virtualList/VirtualList.html b/src/routes/_components/virtualList/VirtualList.html index dd515fd7..843db73b 100644 --- a/src/routes/_components/virtualList/VirtualList.html +++ b/src/routes/_components/virtualList/VirtualList.html @@ -18,7 +18,6 @@ {/if} -