Skip to content

Commit

Permalink
Bug fixes after merging
Browse files Browse the repository at this point in the history
  • Loading branch information
tonisevener committed Jan 10, 2024
1 parent 9a48957 commit 118b0d5
Showing 1 changed file with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,17 +79,6 @@ class WKEditorToolbarButton: WKComponentView {
}
}

var isEnabled: Bool {
get {
return button.isEnabled
}
set {
button.isEnabled = newValue
updateColors()
accessibilityTraits = newValue ? [.button, .selected] : [.button, .notEnabled]
}
}

func setImage(_ image: UIImage?, for state: UIControl.State) {
button.setImage(image, for: state)
}
Expand Down

0 comments on commit 118b0d5

Please sign in to comment.