If the `BasicTextField` is in the `verticalScroll`...
# compose
n
If the
BasicTextField
is in the
verticalScroll
state, the cursor of the
BasicTextField
will not automatically follow to the last position of the text, is this the normal expected behavior? đŸ¤”
This is the behavior I expect, but in this case, my image doesn't slide with the gesture
Here's what it looks like when I add
.verticalScroll
modifier to this piece of code
z
n
thanks!