Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Fix Zero Selection Crash #696

Closed
wants to merge 1 commit into from
Closed

Fix Zero Selection Crash #696

wants to merge 1 commit into from

Conversation

nitrag
Copy link

@nitrag nitrag commented Sep 19, 2021

A crash is possible if no items are selected and Next is clicked (Libary) if config is setup like the following:

config.library.preSelectItemOnMultipleSelection = false
config.library.defaultMultipleSelection = true
config.library.preselectedItems = []
config.library.maxNumberOfItems = 5
config.library.minNumberOfItems = 0

@NikKovIos
Copy link
Collaborator

Thank you for PR. It seems, that it has been fixed at the moment of commit 2526259
Because I cannot reproduce it.

@NikKovIos NikKovIos closed this Jan 8, 2022
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.

2 participants