ソースを参照

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];