@lvce-editor/extension-host-worker 8.4.0 → 8.5.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.
@@ -2758,9 +2758,9 @@ const showQuickInput = async ({
2758
2758
  canceled,
2759
2759
  inputValue
2760
2760
  } = await invoke$4('QuickPick.showQuickInput', {
2761
+ id,
2761
2762
  ignoreFocusOut,
2762
- initialValue,
2763
- render
2763
+ initialValue
2764
2764
  });
2765
2765
  delete quickInputs[id];
2766
2766
  return {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/extension-host-worker",
3
- "version": "8.4.0",
3
+ "version": "8.5.0",
4
4
  "description": "Webworker for the extension host functionality in Lvce Editor.",
5
5
  "keywords": [
6
6
  "web-worker"