mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 07:18:06 +08:00
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:
parent
6075debc90
commit
46fa70d948
|
@ -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');
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue
Block a user