Browse Source

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

zhujindu 7 months ago
parent
commit
2f5f9215a3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/directive/dialog/drag.js

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

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