This commit is contained in:
Gopishankar Haridas
2019-10-04 14:29:41 +05:30
3 changed files with 649 additions and 487 deletions

1130
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -21,7 +21,7 @@
"@nuxtjs/sitemap": "^2.0.0", "@nuxtjs/sitemap": "^2.0.0",
"@nuxtjs/toast": "^3.2.1", "@nuxtjs/toast": "^3.2.1",
"highlight.js": "^9.15.10", "highlight.js": "^9.15.10",
"nuxt": "^2.9.2", "nuxt": "^2.10.0",
"vue-virtual-scroll-list": "^1.4.2", "vue-virtual-scroll-list": "^1.4.2",
"vuejs-auto-complete": "^0.9.0", "vuejs-auto-complete": "^0.9.0",
"vuex-persist": "^2.1.0", "vuex-persist": "^2.1.0",

View File

@@ -1004,9 +1004,9 @@
sendButtonElement.classList.toggle('show'); sendButtonElement.classList.toggle('show');
}); });
}, { }, {
threshold: 1 rootMargin: '0px',
threshold: [0],
}); });
observer.observe(requestElement); observer.observe(requestElement);
}, },
handleImport() { handleImport() {