Select the element after clicking 'show in folder' in the drive search
This commit is contained in:
@@ -446,6 +446,7 @@ define([
|
||||
res.forEach(function (l) {
|
||||
//var paths = findFile(l);
|
||||
ret.push({
|
||||
id: l,
|
||||
paths: findFile(l),
|
||||
data: exp.getFileData(l)
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user