@lvce-editor/menu-worker 3.0.0 → 3.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/menuWorkerMain.js +3 -0
- package/package.json +1 -1
package/dist/menuWorkerMain.js
CHANGED
|
@@ -1377,6 +1377,9 @@ const searchFileHtml = async uri => {
|
|
|
1377
1377
|
const getFilePathElectron = async file => {
|
|
1378
1378
|
return invoke$2('FileSystemHandle.getFilePathElectron', file);
|
|
1379
1379
|
};
|
|
1380
|
+
/**
|
|
1381
|
+
* @deprecated
|
|
1382
|
+
*/
|
|
1380
1383
|
const showContextMenu = async (x, y, id, ...args) => {
|
|
1381
1384
|
return invoke$2('ContextMenu.show', x, y, id, ...args);
|
|
1382
1385
|
};
|