Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Indicator hotfix #273

Merged
merged 4 commits into from
Apr 6, 2022
Merged

Indicator hotfix #273

merged 4 commits into from
Apr 6, 2022

Conversation

bdlukaa
Copy link
Owner

@bdlukaa bdlukaa commented Apr 6, 2022

Fixes #272

Pre-launch Checklist

  • I have updated CHANGELOG.md with my changes
  • I have run "optimize/organize imports" on all changed files
  • I have added/updated relevant documentation

Comment on lines +137 to +143
if (oldWidget.pane?.effectiveItems.length !=
widget.pane?.effectiveItems.length) {
if (widget.pane?.effectiveItems.length != null) {
generateKeys();
}
}
}
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Generate new keys when the items are added or removed

@bdlukaa bdlukaa merged commit fe476b4 into master Apr 6, 2022
@bdlukaa bdlukaa deleted the indicator-hotfix branch April 6, 2022 21:24
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🐛 NavigationPane sticky state not preserved
1 participant