summary refs log tree commit diff
path: root/resources/qml/MatrixText.qml
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-04-29 19:09:16 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2021-04-29 19:09:16 +0200
commit82fa8ab292dc6e3a5a891f3b17c53236911374d1 (patch)
tree5fa4bdff6818190d93dc3cc33a2998e91c798122 /resources/qml/MatrixText.qml
parentFix some encoding issues when translating matrix.to to matrix: (diff)
downloadnheko-82fa8ab292dc6e3a5a891f3b17c53236911374d1.tar.xz
Highlight navigated to message
Diffstat (limited to 'resources/qml/MatrixText.qml')
-rw-r--r--resources/qml/MatrixText.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/MatrixText.qml b/resources/qml/MatrixText.qml
index 0876e610..7cfa6735 100644
--- a/resources/qml/MatrixText.qml
+++ b/resources/qml/MatrixText.qml
@@ -14,7 +14,7 @@ TextEdit {
     selectByMouse: !Settings.mobileMode
     enabled: selectByMouse
     color: colors.text
-    onLinkActivated: TimelineManager.openLink(link);
+    onLinkActivated: TimelineManager.openLink(link)
     ToolTip.visible: hoveredLink
     ToolTip.text: hoveredLink