Skip to content

Commit cc3e52d

Browse files
committed
prevent that flow drag action removes a click action on a menu element
1 parent 88f68e1 commit cc3e52d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/extensions/react-flow/nodes/NodeContent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,7 @@ export function NodeContent<CONTENT_PROPS = any>({
668668
)}
669669
</div>
670670
{(menuButtons || (showExecutionButtons && executionButtons)) && (
671-
<div className={`${eccgui}-graphviz__node__header-menu`}>
671+
<div className={`${eccgui}-graphviz__node__header-menu nodrag`}>
672672
{showExecutionButtons && typeof executionButtons === "function"
673673
? executionButtons(adjustedContentProps, setAdjustedContentProps)
674674
: null}

0 commit comments

Comments
 (0)