Skip to content
Snippets Groups Projects
Verified Commit ee44effd authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Fix clicking links in mobile mode

fixes #617
parent 6a807894
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,8 @@ TextEdit {
focus: false
wrapMode: Text.Wrap
selectByMouse: !Settings.mobileMode
enabled: selectByMouse
// this always has to be enabled, otherwise you can't click links anymore!
//enabled: selectByMouse
color: Nheko.colors.text
onLinkActivated: Nheko.openLink(link)
ToolTip.visible: hoveredLink
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment