From 7c5b274731ce97bb022510e6571113f84e6e148d Mon Sep 17 00:00:00 2001 From: Wadim Kalmykov <36057469+w-4@users.noreply.github.com> Date: Mon, 5 Oct 2020 21:55:14 +0700 Subject: [PATCH] call parent onremove (#2362) --- framework/core/js/src/forum/components/DiscussionPage.js | 1 + 1 file changed, 1 insertion(+) diff --git a/framework/core/js/src/forum/components/DiscussionPage.js b/framework/core/js/src/forum/components/DiscussionPage.js index d54e15a48..3ad1287f2 100644 --- a/framework/core/js/src/forum/components/DiscussionPage.js +++ b/framework/core/js/src/forum/components/DiscussionPage.js @@ -52,6 +52,7 @@ export default class DiscussionPage extends Page { } onremove() { + super.onremove(); // If we are indeed navigating away from this discussion, then disable the // discussion list pane. Also, if we're composing a reply to this // discussion, minimize the composer – unless it's empty, in which case