Skip to content

containments/panel: fix task reordering

Fushan Wen requested to merge work/fuf/panel/task-reorder-fix into master

When reordering task items, dragLeave signal will be emitted directly without dragEnter, so also check busy property when removing dndSpacer from appletsModel.

Merge request reports