Add new line and not <br />
This commit is contained in:
@@ -347,7 +347,7 @@ ToolBar {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (event.modifiers & Qt.ShiftModifier) {
|
if (event.modifiers & Qt.ShiftModifier) {
|
||||||
insert(cursorPosition, "<br />")
|
insert(cursorPosition, "\n")
|
||||||
} else {
|
} else {
|
||||||
postMessage()
|
postMessage()
|
||||||
text = ""
|
text = ""
|
||||||
|
|||||||
Reference in New Issue
Block a user