mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-12 07:14:37 +00:00
fix: ensure cursor is changed when hovering a link
This commit is contained in:
parent
dacbadbed1
commit
3951d0fff5
@ -56,6 +56,11 @@ Item {
|
|||||||
|
|
||||||
Qt.openUrlExternally(link)
|
Qt.openUrlExternally(link)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
onLinkHovered: {
|
||||||
|
cursorShape: Qt.PointingHandCursor
|
||||||
|
}
|
||||||
|
|
||||||
text: {
|
text: {
|
||||||
if(contentType === Constants.stickerType) return "";
|
if(contentType === Constants.stickerType) return "";
|
||||||
let msg = Utils.linkifyAndXSS(message);
|
let msg = Utils.linkifyAndXSS(message);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user