diff --git a/src/routes/_components/list/List.html b/src/routes/_components/list/List.html index 7b814d4..0752e60 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 4f7744c..8712fbc 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 8317e55..07323f0 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 dd515fd..843db73 100644 --- a/src/routes/_components/virtualList/VirtualList.html +++ b/src/routes/_components/virtualList/VirtualList.html @@ -18,7 +18,6 @@ {/if} -