wordpress-mobile / AztecEditor-iOS

A reusable native iOS visual HTML text editor component.
Mozilla Public License 2.0
612 stars 146 forks source link

can't deinit #1316

Closed springlo closed 3 years ago

springlo commented 3 years ago
    deinit {
        NotificationCenter.default.removeObserver(self)
    }

run EditorDemoController in demo, not release .

springlo commented 3 years ago

Can anyone help me?

springlo commented 3 years ago

fix it . the baseController in TextViewAttachmentDelegateProvider must be weak.