Tim

Results 7 comments of Tim

@dirkgroenen Defining the array in the html makes the indicators visible, but does clicking on the indicator to switch to the relevant slide work for you?

@rcarcasses ``` this.elements = this.elements.filter(function( obj ) { return obj.data.id !== id; }); ``` Or even just ``` this.elements = []; ``` Gives the same result. FWIW, I would prefer...

This seems to be the same issue raised by @gioppoluca in #39 and #40, @rcarcasses

[Here is your codesandbox with the delete element implemented.](https://codesandbox.io/s/vue-template-j1rjm). It just has the addition of ``` this.elements = this.elements.filter(function( obj ) { return obj.data.id !== id; }); ``` I am...

@rcarcasses have you looked into an/or resolved this? I've tried digging in to your source as well as cytoscope but getting quickly lost.