mirror of
https://github.com/discourse/discourse.git
synced 2025-02-21 05:43:56 +08:00
FIX: Topic entrance widget wasn't disappearing
This commit is contained in:
parent
bbb358b356
commit
db376d16d3
@ -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'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user