1
0
mirror of https://github.com/KDE/latte-dock.git synced 2024-12-28 03:21:38 +03:00

plasmoid:anchor properly manual launcher removal

This commit is contained in:
Michail Vourlakos 2020-10-24 17:05:49 +03:00
parent e8103517c2
commit f4a568a38f

View File

@ -70,7 +70,7 @@ SequentialAnimation {
//! the removal animation a small margin must applied
var spacer = taskItem.headItemIsSeparator ? -(2+taskItem.metrics.totals.lengthEdge) : ( taskItem.headItemIsSeparator ? (2+taskItem.metrics.totals.lengthEdge)/2 : 0);
if (!taskItem.inBouncingAnimation) {
if (!taskItem.inBouncingAnimation && !animation4) {
//! real slide-out case
var taskInListPos = mapToItem(icList, 0, 0);
taskItem.parent = icList;