瀏覽代碼

fix: 修正换页栈没有还原的问题

ChenYangfan 6 年之前
父節點
當前提交
088a981438
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/components/PDF/PointerCanvas.vue

+ 1 - 0
src/components/PDF/PointerCanvas.vue

@@ -37,6 +37,7 @@ export default {
   watch: {
     currentPage () {
       this.rects = []
+      this.poped = []
       this.drawingRect = {}
       this.renderer()
     }