-
-
Notifications
You must be signed in to change notification settings - Fork 218
fix: moving selection not updating strokes #1427
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
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1427 +/- ##
==========================================
- Coverage 47.15% 47.15% -0.01%
==========================================
Files 114 114
Lines 9002 9003 +1
==========================================
Hits 4245 4245
- Misses 4757 4758 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Works for me on Galaxy Tab S7FE without and problems |
I can confirm that it works. |
Worked on Galaxy Tab S6 Lite 2020 |
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
thank you @QubaB! Update: I found another fix which means we don't need to recalculate paths every time |
This solution means we don't need to wipe the cached paths
Commit 40116c5 created problem, that when selection is moved, selected paths are not moved together.
Fixes #1394, #1401, #1414