2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-30 22:25:12 +00:00

Don't show reaction button while selecting text.

This commit is contained in:
John Preston
2021-12-31 01:03:45 +03:00
parent 5fe2e649fb
commit 72df3a8f91

View File

@@ -2966,6 +2966,7 @@ auto HistoryInner::reactionButtonParameters(
if (top < 0
|| !view->data()->canReact()
|| _mouseAction == MouseAction::Dragging
|| _mouseAction == MouseAction::Selecting
|| inSelectionMode()) {
return {};
}