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().