-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Fix layout images add / remove #672
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
Conversation
- so that multiple images can share the same source field
I think there are a few more issue with |
function keyFunction(d) { | ||
return d.source; | ||
function keyFunction(d, i) { | ||
return d.source + i; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mdtusz does this look right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
or maybe we give all _isLinkedToArray
(e.g. annotations, shapes, image, mapbox layers) containers a uid?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this should be sufficient.
💃 |
Ok. I'll merge this in for Combining |
Hi guys, seems like the bug has been resolved? Will I need to download v1.14.0 now? |
fixes #670
@mdtusz on
master
we can have multiple images of the same source on a given graph.