signal-csharp/Signal-Windows

newline inserted at the wrong location

parafoxx opened this issue · 2 comments

Newline is always appended instead of inserted at the cursors location

steps to reproduce:

select a chat, type something, put the cursor a few words back, enter newline (shift + enter)

result:

newline is appended at the end of text

expected:

newline is inserted at the cursors location

can't reproduce this on the current master.

Yeah I think we fixed that during a hacktoberfest - thanks!