We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88f68e1 commit cc3e52dCopy full SHA for cc3e52d
1 file changed
src/extensions/react-flow/nodes/NodeContent.tsx
@@ -668,7 +668,7 @@ export function NodeContent<CONTENT_PROPS = any>({
668
)}
669
</div>
670
{(menuButtons || (showExecutionButtons && executionButtons)) && (
671
- <div className={`${eccgui}-graphviz__node__header-menu`}>
+ <div className={`${eccgui}-graphviz__node__header-menu nodrag`}>
672
{showExecutionButtons && typeof executionButtons === "function"
673
? executionButtons(adjustedContentProps, setAdjustedContentProps)
674
: null}
0 commit comments