Fix clicking a link breaking scroll shortcuts
This commit is contained in:
parent
b867584784
commit
5ce71834f9
|
@ -13,6 +13,8 @@ TextEdit {
|
||||||
|
|
||||||
readOnly: true
|
readOnly: true
|
||||||
persistentSelection: true
|
persistentSelection: true
|
||||||
|
activeFocusOnPress: false
|
||||||
|
focus: false
|
||||||
|
|
||||||
onLinkActivated: Qt.openUrlExternally(link)
|
onLinkActivated: Qt.openUrlExternally(link)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user