diff --git a/containments/homescreens/folio/dragstate.cpp b/containments/homescreens/folio/dragstate.cpp index 2bd4af38..8623dae9 100644 --- a/containments/homescreens/folio/dragstate.cpp +++ b/containments/homescreens/folio/dragstate.cpp @@ -238,6 +238,9 @@ void DragState::onDelegateDragPositionChanged() // stop the favourites insertion timer if the delegate has moved out if (!inFavouritesArea) { m_favouritesInsertBetweenTimer->stop(); + + // clear any ghost entries in the favourites model + m_homeScreen->favouritesModel()->deleteGhostEntry(); } if (inFavouritesArea || inFolder) {