Re-render control messages if necessary
This commit is contained in:
parent
48b0e8832d
commit
74e01c2a95
1 changed files with 1 additions and 0 deletions
|
@ -83,6 +83,7 @@
|
||||||
this.$el.append(this.view.el);
|
this.$el.append(this.view.el);
|
||||||
|
|
||||||
this.listenTo(this.model, 'destroy', this.remove); // auto update
|
this.listenTo(this.model, 'destroy', this.remove); // auto update
|
||||||
|
this.listenTo(this.model, 'change:flags change:group_update', this.render); // auto update
|
||||||
},
|
},
|
||||||
events: {
|
events: {
|
||||||
'click .timestamp': 'select'
|
'click .timestamp': 'select'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue