egoist/vue-monaco

Cursor location jumps to end of line

christianmcfarland opened this issue · 1 comments

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.

The problem was caused by adding our own padding to the Monaco Editor. Removing additional padding fixed the issue.