jomarko commented on code in PR #2657:
URL:
https://github.com/apache/incubator-kie-tools/pull/2657#discussion_r1800715141
##########
packages/dmn-editor/src/overlaysPanel/OverlaysPanel.tsx:
##########
@@ -159,6 +161,27 @@ export function OverlaysPanel({ availableHeight }:
OverlaysPanelProps) {
}
/>
</FormGroup>
+ <FormGroup
+ label={"Enable evaluation highlights"}
+ labelIcon={
+ <Tooltip
+ content={"Enable evaluation highlights on nodes(decisions?),
decision tables and conditional expressions"}
Review Comment:
thank you
##########
packages/dmn-editor/src/store/Store.ts:
##########
@@ -110,6 +110,7 @@ export interface State {
enableExecutionHitsHighlights: boolean;
enableDataTypesToolbarOnNodes: boolean;
enableCustomNodeStyles: boolean;
+ evaluationHighlights: boolean;
Review Comment:
thank you, applied
--
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]