mirror of https://github.com/langgenius/dify.git
feat: Add `clickOutsideNotClose` and `closable` props to VibePanel.
This commit is contained in:
parent
1b0140bef7
commit
18babd6f81
|
|
@ -139,6 +139,8 @@ const VibePanel: FC = () => {
|
|||
isShow={showVibePanel}
|
||||
onClose={handleClose}
|
||||
className="min-w-[1140px] !p-0"
|
||||
clickOutsideNotClose
|
||||
closable
|
||||
>
|
||||
<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