diff --git a/.config/quickshell/modules/sidebarLeft/aiChat/AiMessage.qml b/.config/quickshell/modules/sidebarLeft/aiChat/AiMessage.qml index eb85dfd9..eebed5b8 100644 --- a/.config/quickshell/modules/sidebarLeft/aiChat/AiMessage.qml +++ b/.config/quickshell/modules/sidebarLeft/aiChat/AiMessage.qml @@ -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 }