Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Fixed an issue where the mobile terminal was stuck and unable to move when moving nodes by touching events. #4574

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

little-snow-fox
Copy link

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 Denotes a PR that changes 30-99 lines, ignoring generated files. PR: unreviewed PR does not have any reviews. labels Feb 7, 2025
@x6-bot x6-bot bot added pkg:x6 size/L Denotes a PR that changes 100-499 lines, ignoring generated files. and removed size/M Denotes a PR that changes 30-99 lines, ignoring generated files. 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 (c2ca129).
Report is 29 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%> (ø)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pkg:x6 PR: unreviewed PR does not have any reviews. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants