diff --git a/src/widgets/helper/channelview.cpp b/src/widgets/helper/channelview.cpp index 75a9a886e..de7af4546 100644 --- a/src/widgets/helper/channelview.cpp +++ b/src/widgets/helper/channelview.cpp @@ -835,9 +835,9 @@ void ChannelView::mousePressEvent(QMouseEvent *event) SelectionItem selectionItem(lastMessageIndex, lastCharacterIndex); this->setSelection(selectionItem, selectionItem); - - return; } + + return; } // check if message is collapsed