Add new line and not <br />

This commit is contained in:
Carl Schwan
2020-12-09 21:16:21 +00:00
parent 22d4a78fec
commit 12164b91ed

View File

@@ -347,7 +347,7 @@ ToolBar {
return;
}
if (event.modifiers & Qt.ShiftModifier) {
insert(cursorPosition, "<br />")
insert(cursorPosition, "\n")
} else {
postMessage()
text = ""