Removed unnecessary setTitle call.
This commit is contained in:
parent
dd407f45f9
commit
cad3555156
@ -109,7 +109,6 @@ open class CaretButton: MFCustomButton {
|
||||
@objc open override func setAsMolecule() {
|
||||
|
||||
backgroundColor = .clear
|
||||
setTitle(actionMap?.optionalStringForKey(KeyTitle), for: .normal)
|
||||
}
|
||||
|
||||
@objc override open func setWithJSON(_ json: [AnyHashable: Any]?, delegate: NSObject?, additionalData: [AnyHashable: Any]?) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user