From 46e0369972901f6742430153a395c6575a09e8c6 Mon Sep 17 00:00:00 2001 From: ManjaroOne666 Date: Mon, 14 Jan 2019 10:17:10 +0000 Subject: [PATCH] update --- TODO.md | 7 +++++++ components/GalleryThumbs.vue | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index b23b994..35afea6 100644 --- a/TODO.md +++ b/TODO.md @@ -1,3 +1,10 @@ ## Services Page * Have background change as scrolling down the services? * menu items (large devices) = nice big images with text coming out + + +## Schedule +* Complete page skeletons +* text content +* styling +* images diff --git a/components/GalleryThumbs.vue b/components/GalleryThumbs.vue index 111ba59..00377f1 100644 --- a/components/GalleryThumbs.vue +++ b/components/GalleryThumbs.vue @@ -205,7 +205,7 @@ export default { }, doThumbScroll(direction) { if (this.isThumbsScrolling) { return } - + this.isThumbsScrolling = true if ((direction === 'left' && this.isLeftDesktopNavActive) || (direction === 'right' && this.isRightDesktopNavActive)) { this.handleNavClickDesktop(this.activeRow, direction)