mirror of
https://github.com/langgenius/dify.git
synced 2026-03-30 17:20:16 +08:00
feat: add highPriority prop to VibePanel for improved rendering
This commit is contained in:
parent
99e5669a66
commit
8294759200
@ -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
Block a user