You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I try to blur a task/section with CJK language characters after focusing on it, ** characters are left behind.
This is caused by using len to calculate character length for CJK languages,
and can be fixed by using chars().count().
The text was updated successfully, but these errors were encountered:
newro
pushed a commit
to newro/tax
that referenced
this issue
Aug 20, 2024
If I try to blur a task/section with CJK language characters after focusing on it,
**
characters are left behind.This is caused by using len to calculate character length for CJK languages,
and can be fixed by using chars().count().
The text was updated successfully, but these errors were encountered: