-
Notifications
You must be signed in to change notification settings - Fork 163
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: sheet gets stuck in pan mode #1953
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
QA Wolf here! As you write new code it's important that your test coverage is keeping up. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## qa #1953 +/- ##
=======================================
Coverage 90.91% 90.91%
=======================================
Files 248 248
Lines 55205 55205
=======================================
Hits 50187 50187
Misses 5018 5018 ☔ View full report in Codecov by Sentry. |
Can't recreate panning bug in this branch and doesn't seem to break existing behavior |
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.
On this branch, my cursor is not changing for either moving a group of cells or auto-complete.
On qa
the cursor changes to the grabber for moving and the crosshairs for autocomplete.
@davidkircos |
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.
Nice, this looks great to me! Fingers crossed this solves this frustrating issue!
closes #1870