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
I'm having some issues with the scroll view when the scroll bar is visible. Sometime, when I type some text at the bottom of the field, the view scroll by itself. Also, when this happen, I often can't scroll to the top of the field. Here is a GIF to show the problem:
The text was updated successfully, but these errors were encountered:
Hmmm yeah I noticed some odd behavior though I hadn't seen the can't-return-to-the-top issue. Could you check the scrollTop on the contentEditable element, or figure out what specific mechanism is repositioning it? We may be able to handle it (in order to prevent it and adjust the SC scroll view instead).
I'm having some issues with the scroll view when the scroll bar is visible. Sometime, when I type some text at the bottom of the field, the view scroll by itself. Also, when this happen, I often can't scroll to the top of the field. Here is a GIF to show the problem:
The text was updated successfully, but these errors were encountered: