Skip to content

Commit 598b866

Browse files
authored
[ENG-979] Consolidate create node flow (#546)
* current prog * cur progress * curr progress * replaced LabelDialog successfully * curr progress * new component wrote * finally work!!! * get the command line works as well * fix for canvas * cleanup * tried out autoSelectFirstOption but didn't work * clean up * address PR comments * del excess file * fix command * fix some stylings * fix the focus issue + edit mode * address comments from Matt and Johnny * make sure there's initial source node * rm redundant package * address all PR comments * remove unused file * cleanup * cur progress addressing PR comments * address all PR comments * delete file * del space * fix type error * latest state * fix bugs * address PR comment * make sure text and image have the same flow
1 parent a56966e commit 598b866

File tree

11 files changed

+1074
-906
lines changed

11 files changed

+1074
-906
lines changed

apps/roam/src/components/CreateNodeDialog.tsx

Lines changed: 0 additions & 180 deletions
This file was deleted.

apps/roam/src/components/DiscourseNodeMenu.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ const NodeMenu = ({
102102
text: highlighted,
103103
nodeType: nodeUid,
104104
blockUid: targetBlockUid,
105+
skipBlockUpdate: true,
105106
});
106107
if (!pageName) return;
107108

0 commit comments

Comments
 (0)