pull/37/head
Varun Patil 2022-09-12 16:15:18 -07:00
parent 84b62519c6
commit 8d7b18ff1a
1 changed files with 0 additions and 9 deletions

View File

@ -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