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 {};
}