Fix selection in the drive search results

This commit is contained in:
yflory 2017-08-28 17:43:26 +02:00
parent 4bceef8952
commit dec870d2bd
1 changed files with 1 additions and 0 deletions

View File

@ -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;