Closed bradfordcondon closed 6 years ago
I do believe this is related to a similar issue I've been trying to work around where a node on the vdom doesn't properly propagate the change to the associated data in some cases after rearranging by drag. Will add checking for this issue alongside the fixes for that.
Fix should be in place with commit https://github.com/LegumeFederation/cmap-js/commit/d7e98ff93eb929c823e801965d2dc79d7b91501e Will subject it to some testing before merging into the master branch.
Hi @awilkey Sorry I'm still experiencing this issue on current master branch.
apologies, i just didnt understand your git flow. issue is resolved on developer branch.
Trying to add or remove maps causes the plots to be redrawn, but without clearing the old one, resulting in a dogpile of plots on the left end ( see image at bottom). This is with the example dataset.
I'm getting a lot of this flavor of error
I've followed the config guide ( submodule installs,
npm install
,npm run watch
)