-
-
Notifications
You must be signed in to change notification settings - Fork 72
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: Fix performance dropping rapidly after selecting a text for some time #624
fix: Fix performance dropping rapidly after selecting a text for some time #624
Conversation
… instead of received by `use_editable` to avoid unnecessary measurements
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #624 +/- ##
==========================================
+ Coverage 73.00% 73.14% +0.14%
==========================================
Files 192 192
Lines 19151 19091 -60
==========================================
- Hits 13981 13965 -16
+ Misses 5170 5126 -44 ☔ View full report in Codecov by Sentry. |
Take the cursor position and selections the moment it is measured instead of received by
use_editable
to avoid unnecessary measurementsCloses #623