Feat: make space open node code modal
This commit is contained in:
parent
53f0388649
commit
58f78c3680
1 changed files with 1 additions and 0 deletions
|
|
@ -151,6 +151,7 @@ export default function NodeToolbarComponent({
|
|||
useHotkeys("mod+s", handleSaveWShortcut);
|
||||
useHotkeys("mod+shift+d", handleDocsWShortcut);
|
||||
useHotkeys("mod+j", handleDownloadWShortcut);
|
||||
useHotkeys("space", handleCodeWShortcut)
|
||||
|
||||
const isMinimal = numberOfHandles <= 1;
|
||||
const isGroup = data.node?.flow ? true : false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue