Fix: The pop-up menu of the PromptEditor will be blocked. #14126 (#14127)

### What problem does this PR solve?

Fix: The pop-up menu of the PromptEditor will be blocked.  #14126

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)

Co-authored-by: balibabu <assassin_cike@163.com>
This commit is contained in:
balibabu
2026-04-15 18:42:02 +08:00
committed by GitHub
parent 2520065c5a
commit c56a7f99d1
4 changed files with 84 additions and 32 deletions

View File

@@ -149,7 +149,7 @@ export function LlmSettingFieldItems({
<FormLabel className="flex-1">{t('freedom')}</FormLabel>
<FormControl>
<Select
{...field}
value={field.value}
onValueChange={(val) => {
handleChange(val);
field.onChange(val);