mirror of https://github.com/langgenius/dify.git
feat: add highPriority prop to VibePanel for improved rendering
This commit is contained in:
parent
4548760d41
commit
a31f6e0318
|
|
@ -139,6 +139,7 @@ const VibePanel: FC = () => {
|
|||
isShow={showVibePanel}
|
||||
onClose={handleClose}
|
||||
className="min-w-[1140px] !p-0"
|
||||
highPriority
|
||||
>
|
||||
<div className="flex h-[680px] flex-wrap">
|
||||
<div className="h-full w-[570px] shrink-0 overflow-y-auto border-r border-divider-regular p-6">
|
||||
|
|
|
|||
Loading…
Reference in New Issue