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

View File

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