CC-3799 : Dragging and dropping a track from the library causes the track in the library to be selected
This commit is contained in:
parent
9bb8e2ad8e
commit
e61924de37
5 changed files with 38 additions and 29 deletions
|
@ -48,7 +48,7 @@ var AIRTIME = (function(AIRTIME){
|
|||
$('#library_display tr.lib-audio, tr.lib-pl').draggable({
|
||||
helper: function(){
|
||||
|
||||
mod.selectItem($(this));
|
||||
mod.addToChosen($(this));
|
||||
|
||||
var selected = mod.getChosenItemsLength(),
|
||||
container,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue