Skip to content

Commit 9ed721a

Browse files
committed
fix : undo, redo가 되지 않던 문제 해결
1 parent 8d841ae commit 9ed721a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/store/NodeListProvider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export default function NodeListProvider({ children }: { children: ReactNode })
9090
});
9191
},
9292
updateNode: (updatedNodeData) => {
93-
overrideNodeData(updatedNodeData);
93+
setData(updatedNodeData);
9494
},
9595
updateTitle: (updatedTitle) => {
9696
updateTitle(updatedTitle.title);

0 commit comments

Comments
 (0)