[start] extended file info for "explore" action

This commit is contained in:
maxkadushkin
2024-10-29 21:17:47 +03:00
committed by SimplestStudio
parent 1c2d26dd6e
commit 187b216619

View File

@ -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}));
}
}
};