제어관리 왼쪽 메뉴 닫기
This commit is contained in:
parent
6d54a4c9ea
commit
0a776ff358
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue