Searched refs:foundIndex (Results 1 – 1 of 1) sorted by relevance
73 const foundIndex = this.draggableObjects.indexOf(draggableObject); constant74 if (foundIndex !== -1) {75 this.draggableObjects.splice(foundIndex, 1);