Make drive drag&select more responsive
This commit is contained in:
parent
7c15076300
commit
c9b139313b
@ -517,7 +517,7 @@ define([
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
sel.refresh = 200;
|
sel.refresh = 50;
|
||||||
sel.$selectBox = $('<div>', {'class': 'cp-app-drive-content-select-box'}).appendTo($content);
|
sel.$selectBox = $('<div>', {'class': 'cp-app-drive-content-select-box'}).appendTo($content);
|
||||||
var checkSelected = function () {
|
var checkSelected = function () {
|
||||||
if (!sel.down) { return; }
|
if (!sel.down) { return; }
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user