danielzhe commented on code in PR #2202:
URL:
https://github.com/apache/incubator-kie-tools/pull/2202#discussion_r1534988457
##########
packages/stunner-editors-dmn-loader/src/index.tsx:
##########
@@ -132,38 +143,42 @@ const BoxedExpressionEditorWrapper:
React.FunctionComponent<BoxedExpressionEdito
};
}, [boxedExpressionEditorRootNode]);
+ const onWidthsChange = useCallback(() => {}, []);
Review Comment:
My question is: do we need it? I think we may not need this `onWidthsChange`
anymore, at least I didn't find any scenario where it is required with this
refactor. Should we remove it or you know any scenario where this is required?
--
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]