Issue Overview
If I try and type in the middle of the UrlInput my cursor jumps to the end
Steps to Reproduce (for bugs)
- Select text in paragraph block
- Click 'Link' format
- Type text or url
- Position cursor in middle of url
- Type more text
- Cursor position jumps to the end
Expected Behavior
Cursor position remains in middle of text where typing
Current Behavior
Cursor position jumps to end when typing resumes in middle of text
Possible Solution
Moving this code which forces the slot to re-render into the render method of fill solves this problem however we're not sure this won't have repercussions...
Screenshots / Video

Related Issues and/or PRs
Todos
Issue Overview
If I try and type in the middle of the UrlInput my cursor jumps to the end
Steps to Reproduce (for bugs)
Expected Behavior
Cursor position remains in middle of text where typing
Current Behavior
Cursor position jumps to end when typing resumes in middle of text
Possible Solution
Moving this code which forces the slot to re-render into the render method of fill solves this problem however we're not sure this won't have repercussions...
Screenshots / Video
Related Issues and/or PRs
Todos