ljmotta commented on code in PR #2154:
URL:
https://github.com/apache/incubator-kie-tools/pull/2154#discussion_r1492917267
##########
packages/dmn-editor/src/store/computed/computeDiagramData.ts:
##########
@@ -160,6 +170,7 @@ export function computeDiagramData(
const _shape = indexes.dmnShapesByHref.get(id);
if (!_shape) {
drgElementsWithoutVisualRepresentationOnCurrentDrd.push(id);
+ drgNodeIdsBySourceNodeId.get(id)?.forEach((id) =>
nodeHasHiddenSource.add(id));
Review Comment:
I've totally missed the external nodes. I'll make the adjustments.
--
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]