Cursor location jumps to end of line
christianmcfarland opened this issue · 1 comments
christianmcfarland commented
We are using vue-monaco with the MonacoEditorPlugin. Attempting to click anywhere in the editor results in the cursor location jumping to the end of the line. Has anyone experienced this issue? Anyone know of a solution? Thanks in advance.
christianmcfarland commented
The problem was caused by adding our own padding to the Monaco Editor. Removing additional padding fixed the issue.