Skip to content

Commit 4a8c0c9

Browse files
committed
another fix
1 parent 3309c11 commit 4a8c0c9

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

apps/roam/src/components/canvas/DiscourseNodeUtil.tsx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -583,13 +583,6 @@ export class BaseDiscourseNodeUtil extends BaseBoxShapeUtil<DiscourseNodeShape>
583583
});
584584
}
585585
}
586-
587-
if (action === "create") {
588-
restoreToolState();
589-
} else {
590-
editor.setEditingShape(null);
591-
dialogRenderedRef.current = false;
592-
}
593586
},
594587
onClose: () => {
595588
if (isCreating) {

0 commit comments

Comments
 (0)