diff --git a/Telegram/SourceFiles/history/history_inner_widget.cpp b/Telegram/SourceFiles/history/history_inner_widget.cpp index bb81a303e..404137e5e 100644 --- a/Telegram/SourceFiles/history/history_inner_widget.cpp +++ b/Telegram/SourceFiles/history/history_inner_widget.cpp @@ -1139,7 +1139,8 @@ void HistoryInner::mouseDoubleClickEvent(QMouseEvent *e) { } if (!ClickHandler::getActive() && !ClickHandler::getPressed() - && _mouseCursorState == HistoryDefaultCursorState) { + && (_mouseCursorState == HistoryDefaultCursorState + || _mouseCursorState == HistoryInDateCursorState)) { if (const auto item = _mouseActionItem) { mouseActionCancel(); App::contextItem(item);