mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 14:34:35 +00:00
Previously we had a combination of a computed property and `this.set`. This was triggering the `computed-property.override` deprecation. This commit moves everything into the `dir` property, makes it a native getter, and adds a test to verify the reactive behavior.