diff --git a/app/assets/javascripts/discourse/app/components/d-editor.js b/app/assets/javascripts/discourse/app/components/d-editor.js index 312c0719a18..cc342043ee9 100644 --- a/app/assets/javascripts/discourse/app/components/d-editor.js +++ b/app/assets/javascripts/discourse/app/components/d-editor.js @@ -341,6 +341,8 @@ export default Component.extend(TextareaTextManipulation, { if (isTesting()) { this.element.removeEventListener("paste", this.paste); } + + this._cachedCookFunction = null; }, @discourseComputed()