Fix clicking a link breaking scroll shortcuts

This commit is contained in:
miruka 2019-09-01 05:57:28 -04:00
parent b867584784
commit 5ce71834f9

View File

@ -13,6 +13,8 @@ TextEdit {
readOnly: true
persistentSelection: true
activeFocusOnPress: false
focus: false
onLinkActivated: Qt.openUrlExternally(link)