didDrop (event) {
    event.stopPropagation();
    event.preventDefault();

    this.onDidDrop(event.dataTransfer.getData('text/plain'), this.id);