Skip to content

Commit

Permalink
Removed search results, when maxTokenLimit is reached.
Browse files Browse the repository at this point in the history
  • Loading branch information
khawars committed Nov 16, 2017
1 parent 9c40a89 commit 96195cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions KSTokenView/KSTokenView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -565,6 +565,7 @@ open class KSTokenView: UIView {
}

delegate?.tokenView?(self, didAddToken: addedToken!)
_ = _canAddMoreToken()
return addedToken
}

Expand Down

0 comments on commit 96195cf

Please sign in to comment.