From f017d7afbe00d9d8620a205cee3e9091857f0cad Mon Sep 17 00:00:00 2001 From: Alexander Skvortsov Date: Sat, 15 Aug 2020 19:23:45 -0400 Subject: [PATCH] Fix method that should have been oncreate initially being made as onupdate --- js/src/forum/components/DiscussionListPane.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/js/src/forum/components/DiscussionListPane.js b/js/src/forum/components/DiscussionListPane.js index 3474ea7c7..acab2ea04 100644 --- a/js/src/forum/components/DiscussionListPane.js +++ b/js/src/forum/components/DiscussionListPane.js @@ -14,7 +14,9 @@ export default class DiscussionListPane extends Component { return
{!$('.App-navigation').is(':visible') && }
; } - onupdate(vnode) { + oncreate(vnode) { + super.oncreate(vnode); + const $list = $(vnode.dom); // When the mouse enters and leaves the discussions pane, we want to show