klawr / mqtt-inspector

MIT License
2 stars 1 forks source link

Cursor jumps to start in message box #28

Closed klawr closed 1 week ago

klawr commented 1 week ago

Describe the bug When writing in the monaco window to send a message the cursor is jumping to the start of the editor. This makes writing messages really cumbersome.

To Reproduce Just type in the message window.

Expected behavior Cursor should always be after last character that was added.