mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Don't show reaction button while selecting text.
This commit is contained in:
@@ -2966,6 +2966,7 @@ auto HistoryInner::reactionButtonParameters(
|
||||
if (top < 0
|
||||
|| !view->data()->canReact()
|
||||
|| _mouseAction == MouseAction::Dragging
|
||||
|| _mouseAction == MouseAction::Selecting
|
||||
|| inSelectionMode()) {
|
||||
return {};
|
||||
}
|
||||
|
Reference in New Issue
Block a user