Make drive drag&select more responsive

pull/1/head
yflory 6 years ago
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…
Cancel
Save