@lvce-editor/quick-pick-worker 4.3.0 → 4.3.1
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.
|
@@ -3243,7 +3243,7 @@ const setValue = async (state, newValue) => {
|
|
|
3243
3243
|
}
|
|
3244
3244
|
const prefix = getQuickPickPrefix(newValue);
|
|
3245
3245
|
const subId = getQuickPickSubProviderId(providerId, prefix);
|
|
3246
|
-
const newPicks = await getPicks(subId, newValue, args, {
|
|
3246
|
+
const newPicks = subId === LanguageMode$1 ? state.picks : await getPicks(subId, newValue, args, {
|
|
3247
3247
|
assetDir,
|
|
3248
3248
|
platform
|
|
3249
3249
|
});
|