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
My scenario: I'm doing a colour button on the toolbar using ZDropdownButton<Color>. After setting the text style, if I touch anywhere in the editor, except another text, the cursor just vanishes. It continues to accept input, but the cursor is invisible.
The cursor only become visible again if I press [Enter] or touch on another text.
On the video, you can see the cursor briefly disappears after I turn the word Color blue (that's because I touch the test word afterwards). Then, when colouring another word and touching on the empty editor space, notice how the cursor vanishes and never returns (until I touch a word or press [Enter] on the keyboard).
This is my toolbar button (with a modified ZDropdownButton class so the button don't get 110 pixels of width):
Video: https://vimeo.com/658396463/c4966aba27
My scenario: I'm doing a colour button on the toolbar using
ZDropdownButton<Color>
. After setting the text style, if I touch anywhere in the editor, except another text, the cursor just vanishes. It continues to accept input, but the cursor is invisible.The cursor only become visible again if I press [Enter] or touch on another text.
On the video, you can see the cursor briefly disappears after I turn the word Color blue (that's because I touch the test word afterwards). Then, when colouring another word and touching on the empty editor space, notice how the cursor vanishes and never returns (until I touch a word or press [Enter] on the keyboard).
This is my toolbar button (with a modified
ZDropdownButton
class so the button don't get 110 pixels of width):The current color is tracked by:
The colours itself are only the current light/dark theme + Material primaries + black and white:
The text was updated successfully, but these errors were encountered: