Janky keyboard behavior when moving cursor over Markdown on iOS

Testing version: 11163

What were you doing: Moving the cursor with my finger or by holding the spacebar.

What feature did you use: Editor.

What happened: Keyboard bar jumps up and down depending if the cursor is above Markdown-formatted or plain text, before you let it go.

What did you expect to happen: The keyboard bar should not change size while you move the cursor.

If I’m not mistaken this is expected because we hide the suggestion bar when the caret is inside the code block. We hide the suggestions because they are most likely not needed inside the code block.

Oh right that’s what’s happening. I thought the empty bar was a bug, and I just happened to test this with just the code block.