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)