Fix selection in the drive search results
This commit is contained in:
parent
4bceef8952
commit
dec870d2bd
@ -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;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user