diff --git a/webview/render/renderGroup.js b/webview/render/renderGroup.js index 9cf6bb7..84de60d 100644 --- a/webview/render/renderGroup.js +++ b/webview/render/renderGroup.js @@ -64,7 +64,7 @@ export function renderGroup(group, prefix, container, layoutCtx, options = {}) { container.appendChild(groupBox); makeDraggable(groupBox, { - ...childOptions, + ...options, onDrag: () => { if (options.renderEdges && options.parsedData && options.argumentRegistry && options.blockRegistry) { options.renderEdges(options.parsedData, options.portRegistry);