panel open and close fixed
This commit is contained in:
parent
8800b99d77
commit
199bea5fce
1 changed files with 1 additions and 1 deletions
|
|
@ -217,7 +217,7 @@ export function EditPanel() {
|
|||
{isCollapsed ? <ChevronDown className="h-4 w-4" /> : <ChevronUp className="h-4 w-4" />}
|
||||
</Button>
|
||||
</CollapsibleTrigger>
|
||||
<CollapsibleContent>
|
||||
<CollapsibleContent className="rnd-escape">
|
||||
<CardContent className="p-2">
|
||||
<Tabs defaultValue="edit" className="w-full">
|
||||
<TabsList className="w-full flex justify-around gap-2">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue