mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 11:58:27 +00:00
2c045c6368
This fixes an issue CvX found on PR #14666 where a previous fix overwrote a computed property. The better fix (as is often the case with Ember) is to remove an observer and call methods when things change ourselves.