mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
ai chat: code block: i beam cursor when editing
This commit is contained in:
parent
0a331061c3
commit
6223320d7d
1 changed files with 1 additions and 0 deletions
|
|
@ -470,6 +470,7 @@ Rectangle {
|
|||
id: codeBlockMouseArea
|
||||
anchors.fill: parent
|
||||
acceptedButtons: root.editing ? Qt.NoButton : Qt.LeftButton
|
||||
cursorShape: (root.enableMouseSelection || root.editing) ? Qt.IBeamCursor : Qt.ArrowCursor
|
||||
onWheel: (event) => {
|
||||
event.accepted = false
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue