panel open and close fixed

This commit is contained in:
Saimon8420 2024-12-30 14:37:50 +06:00
parent 8800b99d77
commit 199bea5fce

View file

@ -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">