mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Topic entrance widget wasn't disappearing
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import CleansUp from 'discourse/mixins/cleans-up';
|
||||
|
||||
export default Ember.View.extend({
|
||||
export default Ember.View.extend(CleansUp, {
|
||||
elementId: 'topic-entrance',
|
||||
classNameBindings: ['visible::hidden'],
|
||||
visible: Em.computed.notEmpty('controller.model'),
|
||||
|
||||
Reference in New Issue
Block a user