PG1204 commented on code in PR #6927:
URL: https://github.com/apache/texera/pull/6927#discussion_r3699702916
##########
frontend/src/app/workspace/service/joint-ui/joint-ui.service.ts:
##########
@@ -460,10 +460,12 @@ export class JointUIService {
}
jointPaper.getModelById(operatorID).attr({
[`.${operatorStateClass}`]: { text: operatorState.toString(), fill:
fillColor },
- "rect.body": { stroke: fillColor },
[`.${operatorPortMetricsClass}`]: { fill: fillColor },
[`.${operatorWorkerCountClass}`]: { fill: fillColor },
});
+ // Border stroke goes through the guarded setter so a repaint with the
color
+ // it already has is a no-op (see #5726).
+ this.paintOperatorBorder(jointPaper, operatorID, fillColor);
Review Comment:
addressed in
[c3d7393](https://github.com/apache/texera/pull/6927/commits/c3d7393c01c5dc1d97d25dd136194d3ff6cd655c)
--
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]