소스 검색

Merge branch 'feature_20250423-首页AI图标拖拽' into release

zhujindu 7 달 전
부모
커밋
2f5f9215a3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/directive/dialog/drag.js

+ 1 - 1
src/directive/dialog/drag.js

@@ -19,7 +19,7 @@ export default {
     el.addEventListener(
       'touchstart',
       (e) => {
-        e.preventDefault();
+        // e.preventDefault();
         e.stopPropagation();
         e.currentTarget.style.touchAction = 'none';
         const touch = e.touches[0];