Select the element after clicking 'show in folder' in the drive search

This commit is contained in:
yflory
2017-09-18 15:24:25 +02:00
parent 5c405090e1
commit a1e7bf701d
2 changed files with 16 additions and 0 deletions

View File

@@ -446,6 +446,7 @@ define([
res.forEach(function (l) {
//var paths = findFile(l);
ret.push({
id: l,
paths: findFile(l),
data: exp.getFileData(l)
});