diff --git a/Framework/Sources/SpreadsheetView+Touches.swift b/Framework/Sources/SpreadsheetView+Touches.swift index cffd1ba4..50534a19 100644 --- a/Framework/Sources/SpreadsheetView+Touches.swift +++ b/Framework/Sources/SpreadsheetView+Touches.swift @@ -49,7 +49,7 @@ extension SpreadsheetView { func touchesCancelled(_ touches: Set, _ event: UIEvent?) { unhighlightAllItems() restorePreviousSelection() - restorePreviousSelection() + clearCurrentTouch() } func highlightItems(on touches: Set) {