mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-02 15:45:12 +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
|
if (top < 0
|
||||||
|| !view->data()->canReact()
|
|| !view->data()->canReact()
|
||||||
|| _mouseAction == MouseAction::Dragging
|
|| _mouseAction == MouseAction::Dragging
|
||||||
|
|| _mouseAction == MouseAction::Selecting
|
||||||
|| inSelectionMode()) {
|
|| inSelectionMode()) {
|
||||||
return {};
|
return {};
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user