mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-05 11:24:21 +00:00
@@ -1788,11 +1788,13 @@ void HistoryInner::mouseActionFinish(
|
||||
_wasSelectedText = false;
|
||||
|
||||
if (activated) {
|
||||
mouseActionCancel();
|
||||
const auto pressedItemId = pressedItemView
|
||||
? pressedItemView->data()->fullId()
|
||||
: _mouseActionItem
|
||||
? _mouseActionItem->fullId()
|
||||
: FullMsgId();
|
||||
const auto weak = base::make_weak(_controller.get());
|
||||
mouseActionCancel();
|
||||
ActivateClickHandler(
|
||||
window(),
|
||||
activated,
|
||||
|
||||
Reference in New Issue
Block a user