Cleanup
parent
84b62519c6
commit
8d7b18ff1a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue