tiagobento commented on code in PR #2657:
URL:
https://github.com/apache/incubator-kie-tools/pull/2657#discussion_r1799748396
##########
packages/dmn-editor/src/store/Store.ts:
##########
@@ -110,6 +110,7 @@ export interface State {
enableExecutionHitsHighlights: boolean;
enableDataTypesToolbarOnNodes: boolean;
enableCustomNodeStyles: boolean;
+ evaluationHighlights: boolean;
Review Comment:
`enableExecutionHitsHighlights` was supposed to be exactly what
`evaluationHighlights` is going to be. Please remove
`enableExecutionHitsHighlights` and continue with `evaluationHighlights`. Note
that `enableEvaluationHighlights` is a better name.
--
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]