CC-4607: Library: Please make the 'Add x items' following mouse's point
-fixed
This commit is contained in:
parent
51de436fd5
commit
695c0fa926
|
@ -64,8 +64,9 @@ var AIRTIME = (function(AIRTIME) {
|
||||||
helper : function() {
|
helper : function() {
|
||||||
|
|
||||||
var $el = $(this), selected = mod
|
var $el = $(this), selected = mod
|
||||||
.getChosenAudioFilesLength(), container, message, li = $("#side_playlist ul[id='spl_sortable'] li:first"), width = li
|
.getChosenAudioFilesLength(), container, message, li = $("#side_playlist ul[id='spl_sortable'] li:first"),
|
||||||
.width(), height = 55;
|
width = li.width(), height = 55;
|
||||||
|
if (width > 798) width = 798;
|
||||||
|
|
||||||
// dragging an element that has an unselected
|
// dragging an element that has an unselected
|
||||||
// checkbox.
|
// checkbox.
|
||||||
|
|
Loading…
Reference in New Issue