mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-18 07:07:08 +02:00
parent
75ee74ff1f
commit
068eb3fcd1
1 changed files with 3 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue