feat: add highPriority option to Modal for goto-anything layering (#23783)

This commit is contained in:
lyzno1
2025-08-12 10:37:11 +08:00
committed by GitHub
parent c0bb2ec851
commit dc2aaae414
2 changed files with 4 additions and 1 deletions

View File

@@ -238,6 +238,7 @@ const GotoAnything: FC<Props> = ({
}}
closable={false}
className='!w-[480px] !p-0'
highPriority={true}
>
<div className='flex flex-col rounded-2xl border border-components-panel-border bg-components-panel-bg shadow-xl'>
<Command