Skip to content

Commit

Permalink
Fix touches not work after first touch be canceled
Browse files Browse the repository at this point in the history
Seems a wrong method call after this change: Golface@dff8da7
  • Loading branch information
marcuswu0814 authored Nov 5, 2020
1 parent 16c10c1 commit 09878c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Framework/Sources/SpreadsheetView+Touches.swift
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ extension SpreadsheetView {
func touchesCancelled(_ touches: Set<UITouch>, _ event: UIEvent?) {
unhighlightAllItems()
restorePreviousSelection()
restorePreviousSelection()
clearCurrentTouch()
}

func highlightItems(on touches: Set<UITouch>) {
Expand Down

0 comments on commit 09878c9

Please sign in to comment.