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…
Reference in New Issue