Skip to content

Commit 011df2f

Browse files
committed
fix update comments
1 parent 5533639 commit 011df2f

File tree

1 file changed

+1
-1
lines changed
  • packages/app/src/app/overmind/namespaces/editor

1 file changed

+1
-1
lines changed

packages/app/src/app/overmind/namespaces/editor/actions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1482,7 +1482,7 @@ export const updateComment: AsyncAction<{
14821482
isResolved: boolean;
14831483
};
14841484
}> = async ({ effects, state }, { id, data }) => {
1485-
if (!state.editor.currentSandbox || !state.editor.currentComment) {
1485+
if (!state.editor.currentSandbox) {
14861486
return;
14871487
}
14881488
const sandboxId = state.editor.currentSandbox.id;

0 commit comments

Comments
 (0)