mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-04-07 14:09:22 +08:00
[start] extended file info for "explore" action
This commit is contained in:
committed by
SimplestStudio
parent
1c2d26dd6e
commit
187b216619
@ -357,7 +357,7 @@
|
||||
} else
|
||||
if (/\:explore/.test(action)) {
|
||||
if (menu.actionlist == 'recent') {
|
||||
sdk.execCommand('files:explore', data.path);
|
||||
sdk.execCommand('files:explore', JSON.stringify({path: data.path, id: data.fileid}));
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user