mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Allow to reply by double click on the timestamp.
This commit is contained in:
@@ -1394,7 +1394,8 @@ void HistoryInner::mouseDoubleClickEvent(QMouseEvent *e) {
|
||||
}
|
||||
if (!ClickHandler::getActive()
|
||||
&& !ClickHandler::getPressed()
|
||||
&& _mouseCursorState == CursorState::None
|
||||
&& (_mouseCursorState == CursorState::None
|
||||
|| _mouseCursorState == CursorState::Date)
|
||||
&& !inSelectionMode()) {
|
||||
if (const auto item = _mouseActionItem) {
|
||||
mouseActionCancel();
|
||||
|
Reference in New Issue
Block a user