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 _getCaretHeight throwing null cast exception #258

Merged
merged 1 commit into from
Nov 21, 2023

Conversation

ArinFaraj
Copy link
Contributor

Fixes #251

nausharipov

This comment was marked as resolved.

Copy link

codecov bot commented Nov 21, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (0f18b2b) 82.60% compared to head (94fe091) 82.59%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #258      +/-   ##
==========================================
- Coverage   82.60%   82.59%   -0.01%     
==========================================
  Files         107      107              
  Lines        3161     3160       -1     
==========================================
- Hits         2611     2610       -1     
  Misses        550      550              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@nausharipov nausharipov self-requested a review November 21, 2023 13:19
@nausharipov nausharipov merged commit dc2b466 into akvelon:main Nov 21, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Null check operator used on a null value
2 participants