aswathitv commented on code in PR #3211:
URL:
https://github.com/apache/incubator-kie-tools/pull/3211#discussion_r2241699589
##########
packages/dmn-editor/src/diagram/Diagram.tsx:
##########
@@ -918,6 +918,32 @@ export const Diagram = React.forwardRef<DiagramRef, {
container: React.RefObject
dsShape["dc:Bounds"]["@_y"] =
(parentShape["dc:Bounds"]?.["@_y"] ?? 0) +
relativePosinCurrentDS.y;
}
+ // Remove decision from decision service
+ let isInside = true;
Review Comment:
Checking if inside to make sure the movement of contained decision is not
within the decision service and to make sure it is moving out like removing.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]