-
Notifications
You must be signed in to change notification settings - Fork 1.8k
fix: Fixed an issue where the mobile terminal was stuck and unable to move when moving nodes by touching events. #4574
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
base: master
Are you sure you want to change the base?
Conversation
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.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ 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
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
@@ -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' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这你的路径改回来。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
-
-
- @codecov-commenter # # @GaoFuhong - [ ] ~~~~@@GaoFuhong - [ ] ~~~~~~~~
-
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.