Animate in-conversation panels on show/hide

This commit is contained in:
Ken Powers 2019-07-25 12:24:03 -04:00 committed by Scott Nonnenberg
parent c952d628c1
commit 464361b2eb
6 changed files with 112 additions and 37 deletions

View file

@ -22,6 +22,9 @@
this.loadKeys().then(() => {
this.listenTo(this.model, 'change', this.render);
if (options.onLoad) {
options.onLoad();
}
});
},
loadKeys() {