From 2d962ce9a8a930353526fdb22f000adfe580b97a Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Sat, 10 May 2025 21:24:19 +0200 Subject: [PATCH] ai: message text block dont write back when ai is writing --- .../quickshell/modules/sidebarLeft/aiChat/MessageTextBlock.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/quickshell/modules/sidebarLeft/aiChat/MessageTextBlock.qml b/.config/quickshell/modules/sidebarLeft/aiChat/MessageTextBlock.qml index c3850271a..87087c6b9 100644 --- a/.config/quickshell/modules/sidebarLeft/aiChat/MessageTextBlock.qml +++ b/.config/quickshell/modules/sidebarLeft/aiChat/MessageTextBlock.qml @@ -118,6 +118,7 @@ ColumnLayout { text: qsTr("Waiting for response...") onTextChanged: { + if (!root.editing) return segmentContent = text }