Skip to content

Conversation

little-snow-fox
Copy link

@little-snow-fox little-snow-fox commented Feb 7, 2025

fix: 修复在手机端上通过触摸事件对节点进行移动操作的时候,出现卡顿导致无法移动的问题。
Fixed an issue where when a node is moved through touch events on the mobile terminal, it is stuck and cannot be moved.

feat: 使框选功能支持手机端的触摸事件。
The box selection function supports touch events on the phone.

Fixed an issue where when a node is moved through touch events on the mobile terminal, it is stuck and cannot be moved.
The box selection function supports touch events on the phone.
The box selection function supports touch events on the phone.
@x6-bot x6-bot bot added size/M labels Feb 7, 2025
@x6-bot x6-bot bot added pkg:x6 and removed size/M labels Feb 8, 2025
@codecov-commenter
Copy link

codecov-commenter commented Feb 8, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 10.33%. Comparing base (78179da) to head (0cdd335).
⚠️ Report is 162 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #4574      +/-   ##
==========================================
- Coverage   10.34%   10.33%   -0.02%     
==========================================
  Files         180      180              
  Lines       10582    10580       -2     
  Branches     2580     2580              
==========================================
- Hits         1095     1093       -2     
  Misses       9398     9398              
  Partials       89       89              
Flag Coverage Δ
x6 10.33% <100.00%> (-0.02%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
packages/x6/src/view/view.ts 6.41% <100.00%> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@@ -1,4 +1,4 @@
import { Dom, KeyValue, Basecoat } from '@antv/x6-common'
import { Dom, KeyValue, Basecoat } from '/Users/lijiahao/Developer/github/X6/packages/x6-common'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这你的路径改回来。

Copy link

@chavezcossbrandon-gif chavezcossbrandon-gif left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants