Focus the charbar when clicking the reply button.

This commit is contained in:
James Graham
2026-02-27 13:11:22 +00:00
parent c07db82552
commit e0b229e040

View File

@@ -90,6 +90,7 @@ void ChatBarMessageContentModel::connectCache(ChatBarCache *oldCache)
}
const auto currentCache = m_room->cacheForType(m_type);
updateReplyModel();
refocusCurrentComponent();
if (currentCache->isEditing()) {
initializeFromCache();
}