From e0b229e040e84fa57d7248d9bc101a4f616309bd Mon Sep 17 00:00:00 2001 From: James Graham Date: Fri, 27 Feb 2026 13:11:22 +0000 Subject: [PATCH] Focus the charbar when clicking the reply button. --- src/messagecontent/models/chatbarmessagecontentmodel.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/messagecontent/models/chatbarmessagecontentmodel.cpp b/src/messagecontent/models/chatbarmessagecontentmodel.cpp index b5a9e1d7d..67b6ba857 100644 --- a/src/messagecontent/models/chatbarmessagecontentmodel.cpp +++ b/src/messagecontent/models/chatbarmessagecontentmodel.cpp @@ -90,6 +90,7 @@ void ChatBarMessageContentModel::connectCache(ChatBarCache *oldCache) } const auto currentCache = m_room->cacheForType(m_type); updateReplyModel(); + refocusCurrentComponent(); if (currentCache->isEditing()) { initializeFromCache(); }