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
This commint change the default behavior of the RTA. From this very moment, the textarea will stay
on the place when it occurs for the first time. You can enforce the old behavior with a new prop
"movePopupAsYouType". This change has also affected the default styles a bit, so be aware of it.
I've also changed default setting for "caretPosition" to "next" value from old one "end".
Feature
added new prop "movePopupAsYouType"; default caretPosition is "next" from now bff575a