We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3309c11 commit 4a8c0c9Copy full SHA for 4a8c0c9
1 file changed
apps/roam/src/components/canvas/DiscourseNodeUtil.tsx
@@ -583,13 +583,6 @@ export class BaseDiscourseNodeUtil extends BaseBoxShapeUtil<DiscourseNodeShape>
583
});
584
}
585
586
-
587
- if (action === "create") {
588
- restoreToolState();
589
- } else {
590
- editor.setEditingShape(null);
591
- dialogRenderedRef.current = false;
592
- }
593
},
594
onClose: () => {
595
if (isCreating) {
0 commit comments