From 8d7b18ff1a35953006ccdc6eae84eb818b39595f Mon Sep 17 00:00:00 2001 From: Varun Patil Date: Mon, 12 Sep 2022 16:15:18 -0700 Subject: [PATCH] Cleanup --- src/components/Timeline.vue | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/components/Timeline.vue b/src/components/Timeline.vue index daadb70f..6ae06e45 100644 --- a/src/components/Timeline.vue +++ b/src/components/Timeline.vue @@ -761,15 +761,6 @@ export default { return y * tH / maxH; }, - /** Scroll to given day Id */ - scrollToDay(dayId) { - const head = this.heads[dayId]; - if (!head) { - return; - } - this.$refs.recycler.scrollToPosition(1000); - }, - /** Clicking on photo */ clickPhoto(photoComponent) { if (this.selection.size > 0) { // selection mode