diff --git a/imports/NeoChat/Component/ChatTextInput.qml b/imports/NeoChat/Component/ChatTextInput.qml index de4bdf3bf..dd00d7315 100644 --- a/imports/NeoChat/Component/ChatTextInput.qml +++ b/imports/NeoChat/Component/ChatTextInput.qml @@ -285,7 +285,7 @@ ToolBar { return; } if (event.modifiers & Qt.ShiftModifier) { - insert(cursorPosition, "\n") + insert(cursorPosition, "
") } else { postMessage(text) text = ""