Commit 38bf2d8d by zengwei Committed by GitHub

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

parent e8c836d7
......@@ -189,6 +189,7 @@ export function CCSwitchDialog(props: Props) {
onValueChange={setName}
placeholder={currentConfig.defaultName}
emptyText=''
allowCustomValue={true}
/>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment