diff --git a/app/components/log-content.js b/app/components/log-content.js index 44e10692..33da53b5 100644 --- a/app/components/log-content.js +++ b/app/components/log-content.js @@ -227,5 +227,8 @@ export default Ember.Component.extend({ toggleLog() { this.toggleProperty('logIsVisible'); } - } + }, + + // don't remove this, it's needed as an empty willChange callback + noop: function() {} });