askbot-dragon 1.3.75 → 1.3.76

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "askbot-dragon",
3
- "version": "1.3.75",
3
+ "version": "1.3.76",
4
4
  "scripts": {
5
5
  "serve": "vue-cli-service serve",
6
6
  "build": "vue-cli-service build",
@@ -602,7 +602,7 @@ export default {
602
602
  this.loadPdfData(pageIndex)
603
603
  },
604
604
  pdfScroll (e) {
605
- if(this.preViewType !== 'pdf' || !this.isTouchMoved) {
605
+ if(this.preViewType !== 'pdf' || this.isTouchMoved) {
606
606
  return
607
607
  }
608
608
  this.debounceScrollPdf(e, this)