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:
parent
e8103517c2
commit
f4a568a38f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user