Merge pull request #4383 from cpradio/fix-topic-status-shortcuts

FIX: Permit Timeline Topic Status to receive dispatch events to handle keyboard shortcuts when the topic footer is not loaded
This commit is contained in:
Robin Ward 2016-08-11 11:42:53 -04:00 committed by GitHub
commit 58834663a8
1 changed files with 1 additions and 0 deletions

View File

@ -55,5 +55,6 @@ export default MountWidget.extend(Docking, {
didInsertElement() {
this._super();
this.dispatch('topic:current-post-scrolled', 'timeline-scrollarea');
this.dispatch('topic-notifications-button:keyboard-trigger', 'topic-notifications-button');
}
});