feat(keys/cc-switch-dialog): 修复自定义cc-switch名称失焦后重置问题 (#5170)

This commit is contained in:
zengwei
2026-05-29 12:18:52 +08:00
committed by GitHub
parent e8c836d705
commit 38bf2d8daa
@@ -189,6 +189,7 @@ export function CCSwitchDialog(props: Props) {
onValueChange={setName}
placeholder={currentConfig.defaultName}
emptyText=''
allowCustomValue={true}
/>
</div>