We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I installed the mediapicker and the callback works like a charm. But the selectmarker doesn't work. If I click on an image, nothing happens.
I found a little workaround. If I delete this two lines in the code, the marker appears after a click.
// Empties state-arrays after callback: this.setState({selected: []}) this.setState({selectedItems: []})
But this works only for one picture at a time. If I click another one, the marker switched to the new picture and disappear from the old.
Is there a solution so it will work like on the demo-gif again?
Thanks and best regards
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I installed the mediapicker and the callback works like a charm.
But the selectmarker doesn't work. If I click on an image, nothing happens.
I found a little workaround. If I delete this two lines in the code, the marker appears after a click.
But this works only for one picture at a time.
If I click another one, the marker switched to the new picture and disappear from the old.
Is there a solution so it will work like on the demo-gif again?
Thanks and best regards
The text was updated successfully, but these errors were encountered: