Animate in-conversation panels on show/hide
This commit is contained in:

committed by
Scott Nonnenberg

parent
c952d628c1
commit
464361b2eb
@@ -22,6 +22,9 @@
|
||||
|
||||
this.loadKeys().then(() => {
|
||||
this.listenTo(this.model, 'change', this.render);
|
||||
if (options.onLoad) {
|
||||
options.onLoad();
|
||||
}
|
||||
});
|
||||
},
|
||||
loadKeys() {
|
||||
|
Reference in New Issue
Block a user