Fix regression with Enter+Shif in ChatTextInput
This commit is contained in:
@@ -285,7 +285,7 @@ ToolBar {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (event.modifiers & Qt.ShiftModifier) {
|
if (event.modifiers & Qt.ShiftModifier) {
|
||||||
insert(cursorPosition, "\n")
|
insert(cursorPosition, "<br />")
|
||||||
} else {
|
} else {
|
||||||
postMessage(text)
|
postMessage(text)
|
||||||
text = ""
|
text = ""
|
||||||
|
|||||||
Reference in New Issue
Block a user