Don't activate PeerListRow elements on mouse down.

This commit is contained in:
John Preston 2021-11-01 16:00:51 +04:00
parent 98cb1478c7
commit 3b4b5d3576
1 changed files with 1 additions and 1 deletions

View File

@ -1354,7 +1354,7 @@ void PeerListContent::mousePressEvent(QMouseEvent *e) {
}
}
}
if (anim::Disabled()) {
if (anim::Disabled() && !_selected.element) {
mousePressReleased(e->button());
}
}