We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c907406 commit f3f8effCopy full SHA for f3f8eff
1 file changed
apps/web/src/components/topic/custom-node.tsx
@@ -58,8 +58,7 @@ export default function CustomNode(props: CustomNodeProps) {
58
};
59
const updatePosition = async () => {
60
if (isTopic) {
61
- // TODO: ec2 살아나면 주석 풀기
62
- // await updateTopicPosition(body);
+ await updateTopicPosition(body);
63
} else {
64
await updateContentPosition({
65
...body,
@@ -79,7 +78,7 @@ export default function CustomNode(props: CustomNodeProps) {
79
78
80
const updateSize = async () => {
81
82
- // await updateTopicSize(body);
+ await updateTopicSize(body);
83
84
await updateContentSize({
85
0 commit comments