danielzhe commented on code in PR #2490:
URL:
https://github.com/apache/incubator-kie-tools/pull/2490#discussion_r1693627636
##########
packages/feel-input-component/src/FeelInput.tsx:
##########
@@ -299,57 +299,92 @@ export const FeelInput = React.forwardRef<FeelInputRef,
FeelInputProps>(
if (feelVariables) {
const text = model.getValue();
const contentByLines = model.getLinesContent();
- let startOfPreviousToken = 0;
+ let startOfPreviousVariable = 0;
Review Comment:
This change was to make the variable name more precise.
--
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]