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 when a node is moved through touch events on the mobile terminal, it is stuck and cannot be moved. #4572

Closed
wants to merge 2 commits into from

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.

fix: 使框选功能支持手机端的触摸事件。
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.
@x6-bot x6-bot bot added the PR: unreviewed PR does not have any reviews. label Feb 7, 2025
@x6-bot
Copy link
Contributor

x6-bot bot commented Feb 7, 2025

👋 @little-snow-fox

💖 Thanks for opening this pull request! 💖

Please follow the contributing guidelines. And we use semantic commit messages to streamline the release process.

Examples of commit messages with semantic prefixes:

  • fix: don't overwrite prevent_default if default wasn't prevented
  • feat: add graph.scale() method
  • docs: graph.getShortestPath is now available

Things that will help get your PR across the finish line:

  • Follow the TypeScript, JavaScript, CSS and React coding style.
  • Run npm run lint locally to catch formatting errors earlier.
  • Document any user-facing changes you've made.
  • Include tests when adding/changing behavior.
  • Include screenshots and animated GIFs whenever possible.

We get a lot of pull requests on this repo, so please be patient and we will get back to you as soon as we can.

@x6-bot x6-bot bot added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. needs-more-info labels Feb 7, 2025
@x6-bot
Copy link
Contributor

x6-bot bot commented Feb 7, 2025

@little-snow-fox Please provide us with more info about this pull request title.

@little-snow-fox little-snow-fox changed the title Fox fix: Fixed an issue where when a node is moved through touch events on the mobile terminal, it is stuck and cannot be moved. Feb 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-more-info PR: unreviewed PR does not have any reviews. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant