-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
perf: ⚡️ improve box selection performance #1393
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1393 +/- ##
=======================================
Coverage 39.22% 39.22%
=======================================
Files 601 601
Lines 33503 33503
Branches 6803 6803
=======================================
Hits 13143 13143
Misses 19566 19566
Partials 794 794
Flags with carried forward coverage won't be shown. Click here to find out more.
|
## @antv/x6 [1.27.2](https://github.com/antvis/x6/compare/@antv/[email protected]...@antv/[email protected]) (2021-10-01) ### Bug Fixes * 🐛 can not select flat edge ([#1394](#1394)) ([89ae2cc](89ae2cc)) ### Performance Improvements * ⚡️ improve box selection performance ([#1393](#1393)) ([175aa58](175aa58))
🎉 This PR is included in the following release 🎉 Thanks for being a part of the AntV community! 💪💯 |
🎉 This PR is included in the following release 🎉 Thanks for being a part of the AntV community! 💪💯 |
🎉 This PR is included in the following release 🎉 Thanks for being a part of the AntV community! 💪💯 |
🎉 This PR is included in the following release 🎉 Thanks for being a part of the AntV community! 💪💯 |
Description
优化框选节点性能
Motivation and Context
Types of changes
Self Check before Merge