Feat: make space open node code modal

This commit is contained in:
igorrCarvalho 2024-04-19 13:33:11 -03:00
commit 58f78c3680

View file

@ -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;