DEV: nullify cachedCookFunction to prevent retains (#14737)
This commit is contained in:
parent
79ad0860a2
commit
184ccf4490
|
@ -341,6 +341,8 @@ export default Component.extend(TextareaTextManipulation, {
|
|||
if (isTesting()) {
|
||||
this.element.removeEventListener("paste", this.paste);
|
||||
}
|
||||
|
||||
this._cachedCookFunction = null;
|
||||
},
|
||||
|
||||
@discourseComputed()
|
||||
|
|
Loading…
Reference in New Issue