1 files changed, 0 insertions, 2 deletions
diff --git a/resources/qml/MatrixText.qml b/resources/qml/MatrixText.qml
index 8af66e9b..69eb7cdb 100644
--- a/resources/qml/MatrixText.qml
+++ b/resources/qml/MatrixText.qml
@@ -15,10 +15,8 @@ TextEdit {
textFormat: TextEdit.RichText
readOnly: true
focus: false
- activeFocusOnPress: false
wrapMode: Text.Wrap
selectByMouse: !Settings.mobileMode
- selectByKeyboard: false
// this always has to be enabled, otherwise you can't click links anymore!
//enabled: selectByMouse
color: Nheko.colors.text
|