mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
layout demo: exclude trash for new components
This commit is contained in:
parent
dc92efc6e8
commit
4ea6490a7b
@ -87,7 +87,7 @@
|
|||||||
update: sortableUpdate
|
update: sortableUpdate
|
||||||
});
|
});
|
||||||
$('#components > dl').draggable({
|
$('#components > dl').draggable({
|
||||||
connectToSortable: $els,
|
connectToSortable: $els.not("#trashcan"),
|
||||||
helper: 'clone'
|
helper: 'clone'
|
||||||
})
|
})
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user