mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-20 02:28:56 +00:00
fix(chat): Show beam mouse cursor over the chat message field
Fixes #4896
This commit is contained in:
parent
68a4498d11
commit
12b6500fbe
@ -1046,7 +1046,7 @@ Rectangle {
|
||||
anchors.fill: parent
|
||||
acceptedButtons: Qt.NoButton
|
||||
enabled: parent.hoveredLink
|
||||
cursorShape: parent.hoveredLink ? Qt.PointingHandCursor : Qt.ArrowCursor
|
||||
cursorShape: parent.hoveredLink ? Qt.PointingHandCursor : Qt.IBeamCursor
|
||||
}
|
||||
StatusTextFormatMenu {
|
||||
id: textFormatMenu
|
||||
|
Loading…
x
Reference in New Issue
Block a user