@lvce-editor/test-worker 8.0.0 → 8.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/testWorkerMain.js +2 -2
- package/package.json +1 -1
package/dist/testWorkerMain.js
CHANGED
|
@@ -3501,7 +3501,7 @@ const SettingsView = {
|
|
|
3501
3501
|
|
|
3502
3502
|
const selectIndex = async index => {
|
|
3503
3503
|
// @ts-ignore
|
|
3504
|
-
await invoke$1('Source Control.selectIndex');
|
|
3504
|
+
await invoke$1('Source Control.selectIndex', index);
|
|
3505
3505
|
};
|
|
3506
3506
|
const acceptInput = async () => {
|
|
3507
3507
|
await invoke$1('Source Control.acceptInput');
|
|
@@ -3515,7 +3515,7 @@ const handleClickSourceControlButtons = async (index, name) => {
|
|
|
3515
3515
|
};
|
|
3516
3516
|
const show = async () => {
|
|
3517
3517
|
// @ts-ignore
|
|
3518
|
-
await
|
|
3518
|
+
await open$1('Source Control');
|
|
3519
3519
|
};
|
|
3520
3520
|
|
|
3521
3521
|
const SourceControl = {
|