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
when using the Text component, if the text string is CJK, eg "你好啊", it will only show "你啊". As far as I understand, this is because CJK need two Cell to render. if what i understand is right, i'll make a pull request to fix this.
when using the
Textcomponent, if the text string is CJK, eg "你好啊", it will only show "你啊". As far as I understand, this is because CJK need twoCellto render. if what i understand is right, i'll make a pull request to fix this.