제어관리 왼쪽 메뉴 닫기
This commit is contained in:
@@ -11,7 +11,7 @@ import type { NodePaletteItem } from "@/types/node-editor";
|
||||
|
||||
export function NodePalette() {
|
||||
const [expandedCategories, setExpandedCategories] = useState<Set<string>>(
|
||||
new Set(["source", "transform", "action", "utility"]),
|
||||
new Set(), // 기본적으로 모든 아코디언 닫힘
|
||||
);
|
||||
|
||||
const toggleCategory = (categoryId: string) => {
|
||||
|
||||
Reference in New Issue
Block a user