Fix selection in the drive search results

pull/1/head
yflory 8 years ago
parent 4bceef8952
commit dec870d2bd

@ -320,6 +320,7 @@ define([
}
};
$content.on('mousedown', function (e) {
if (currentPath[0] === SEARCH) { return; }
if (e.which !== 1) { return; }
$content.focus();
sel.down = true;

Loading…
Cancel
Save