Skip to content

Conversation

@JankoLancer
Copy link
Contributor

No description provided.

@Sese-Schneider
Copy link
Member

@JankoLancer thank you for your PR.
Could you please elaborate as why this change is required?

Could you provide us with an example of what this fixes?

@p-mazhnik
Copy link
Contributor

@Sese-Schneider
FunctionNode has only two children: functionName and argument. Therefore, updateChildren function will take the list of two elements as an argument, with indexes 0 and 1, so there will be an error when we try to get something with index 2. This PR fixes it.
You can take a look at FracNode for the similar updateChildren function that doesn't have this typo.

@Sese-Schneider Sese-Schneider merged commit 925787c into simpleclub:master Nov 18, 2023
jay368 pushed a commit to GoodOnuii/flutter_math_forked that referenced this pull request Jul 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants