Skip to content

Indicator hotfix#273

Merged
bdlukaa merged 4 commits into
masterfrom
indicator-hotfix
Apr 6, 2022
Merged

Indicator hotfix#273
bdlukaa merged 4 commits into
masterfrom
indicator-hotfix

Conversation

@bdlukaa

@bdlukaa bdlukaa commented Apr 6, 2022

Copy link
Copy Markdown
Owner

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
Copy Markdown
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in 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