mirror of
https://github.com/flarum/core.git
synced 2025-10-17 17:56:14 +02:00
If the `isHiddenInList` property is changed to true (e.g. via a computed property), then that view is removed, and its computed properties are unhooks — so the `isHiddenInList` property won’t update and the view can’t be shown again. Items should be hidden via CSS instead.