Animate in-conversation panels on show/hide
This commit is contained in:
parent
c952d628c1
commit
464361b2eb
6 changed files with 112 additions and 37 deletions
|
@ -22,6 +22,9 @@
|
|||
|
||||
this.loadKeys().then(() => {
|
||||
this.listenTo(this.model, 'change', this.render);
|
||||
if (options.onLoad) {
|
||||
options.onLoad();
|
||||
}
|
||||
});
|
||||
},
|
||||
loadKeys() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue