소스 검색

perf: 优化出现弹窗后会复制图表的交互

奔跑的面条 3 년 전
부모
커밋
c1bd7168e2
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/store/modules/chartEditStore/chartEditStore.ts

+ 2 - 0
src/store/modules/chartEditStore/chartEditStore.ts

@@ -456,6 +456,8 @@ export const useChartEditStore = defineStore({
       try {
         // 暂不支持多选
         if (this.getTargetChart.selectId.length > 1) return
+        // 处理弹窗普通复制的场景
+        if (document.getElementsByClassName('n-modal-body-wrapper').length) return
 
         loadingStart()
         const index: number = this.fetchTargetIndex()