Skip to content

Commit

Permalink
Tentative fix of #127
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardopereira committed Oct 3, 2019
1 parent 92d05e2 commit d678bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/WSTagsField.swift
Expand Up @@ -301,8 +301,8 @@ open class WSTagsField: UIScrollView {
}
else {
if let observer = layerBoundsObserver {
observer.invalidate()
removeObserver(observer, forKeyPath: "layer.bounds")
observer.invalidate()
self.layerBoundsObserver = nil
}
}
Expand Down

0 comments on commit d678bc7

Please sign in to comment.