diff --git a/src/dom_components/view/ComponentView.js b/src/dom_components/view/ComponentView.js index b646b1e96..f7afb09ff 100644 --- a/src/dom_components/view/ComponentView.js +++ b/src/dom_components/view/ComponentView.js @@ -511,8 +511,11 @@ export default Backbone.View.extend({ renderAttributes() { this.updateAttributes(); this.updateClasses(); + this.onAttrUpdate(); }, + onAttrUpdate() {}, + render() { this.renderAttributes(); if (this.modelOpt.temporary) return this;