Describe the bug
Autoscroll does not scroll to current caret position when text based blocks (e.g paragraph, heading) is inside InnerBlock (e.g. Group block) . See below step to reproduce and GIFs for more details.
Unexpected behaviour:
Steps to reproduce the behaviour:
- Add Group block
- Add Paragraph Block inside Group block
- Start adding new lines
- When you reach bottom of the screen noticed that the UI won't scroll to current caret position

Expected behaviour:
For InnerBlock it should work as for RootList level. See by reproduce below steps:
Steps to reproduce the behaviour:
- Add Paragraph Block at RootList level
- Start adding new lines
- When you reach bottom of the screen and put new line noticed that the UI will scroll to current caret position
