mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 08:09:13 -05:00
FIX: Topic entrance widget wasn't disappearing
This commit is contained in:
parent
bbb358b356
commit
db376d16d3
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue