fix(chat): Show beam mouse cursor over the chat message field

Fixes #4896
This commit is contained in:
Stefan Dunca 2022-03-08 11:42:01 +01:00 committed by Stefan Dunca
parent 68a4498d11
commit 12b6500fbe
1 changed files with 1 additions and 1 deletions

View File

@ -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