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
We want code block to have scroll to caret abilities just like Paragraph and Heading blocks. Desired behavior can be seen in this PR. Currently Android supports this kind of behavior on system level so this is just necessary for iOS. We can make it possible by simply using RCTAztecView( see rich-text.js ) instead of react native's text input.
The text was updated successfully, but these errors were encountered:
Closing as this is fixed now that the code block was refactored to use RichText. The block itself is still hidden behind a dev flag, but there is a separate GitHub issue related to enabling it.
We want code block to have scroll to caret abilities just like Paragraph and Heading blocks. Desired behavior can be seen in this PR. Currently Android supports this kind of behavior on system level so this is just necessary for iOS. We can make it possible by simply using RCTAztecView( see rich-text.js ) instead of react native's text input.
The text was updated successfully, but these errors were encountered: