ljmotta commented on PR #2254: URL: https://github.com/apache/incubator-kie-tools/pull/2254#issuecomment-2078113354
@jomarko I've created a PR[1] for your branch with some fixes. On it, I've fixed the onBlur with a reference. I save the `nodeId` so when the `onBlur` fires it will have the previous `nodeId` (if the selected node changed). I could see a problem on the `onReset` too. The bug was happening the second time the reset button was pressed. To fix that I passed the `minNodeSize` from the `callback`, and I had to spread the `DEFAULT_*_COLOR`, which was being overwritten. [1] https://github.com/jomarko/kie-tools/pull/10 -- 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]
