From 593d08fd2e8408a8ceb5304a0fde750daf69b22f Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Tue, 13 Dec 2022 17:53:48 +0100 Subject: [PATCH] Revert "Disable keyboard selection for text by default" This reverts commit 0035c359ce97bf5975e19fd519f5852a40967bd7. --- resources/qml/MatrixText.qml | 2 -- 1 file changed, 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