if self.isDeletionModeActive
        {
            if (self.collectionView.indexPathForItem(at: tapRecognizer.location(in: self.collectionView)) == nil)
            {
                self.isDeletionModeActive = false