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