some minor adjustments

This commit is contained in:
Aman Varshney
2025-02-18 20:30:24 +05:30
parent 42285515c6
commit 5b5016037e
7 changed files with 32 additions and 27 deletions

View File

@@ -304,10 +304,13 @@ const CustomizableStack = () => {
zoomOnPinch={false}
preventScrolling={false}
nodesConnectable={true}
nodesDraggable={false}
nodesDraggable={true}
connectOnClick={true}
deleteKeyCode="Delete"
selectionKeyCode="Shift"
proOptions={{
hideAttribution: true,
}}
>
<Background
className="bg-gray-950/5"