@lvce-editor/quick-pick-worker 4.10.0 → 4.11.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.
|
@@ -4588,6 +4588,7 @@ const showQuickInput = async ({
|
|
|
4588
4588
|
ignoreFocusOut,
|
|
4589
4589
|
initialItems = [],
|
|
4590
4590
|
initialValue,
|
|
4591
|
+
placeholder,
|
|
4591
4592
|
waitUntil
|
|
4592
4593
|
}) => {
|
|
4593
4594
|
const customItemsId = add(initialItems);
|
|
@@ -4598,6 +4599,7 @@ const showQuickInput = async ({
|
|
|
4598
4599
|
ignoreFocusOut,
|
|
4599
4600
|
initialValue,
|
|
4600
4601
|
mode: 'quickInput',
|
|
4602
|
+
placeholder,
|
|
4601
4603
|
quickInputId: id,
|
|
4602
4604
|
waitUntil
|
|
4603
4605
|
});
|