mirror of
https://github.com/discourse/discourse.git
synced 2025-02-13 06:45:11 +00:00
cf51a4ea84
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.