From 62cd3568e1d6d9839db2e5ae0966284e707256b9 Mon Sep 17 00:00:00 2001 From: phlinhng Date: Mon, 29 Mar 2021 20:40:09 +0800 Subject: [PATCH] pass DZ_NAME to reply bar when click the main thread --- src/Flows.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Flows.js b/src/Flows.js index dfdadc9c..e07ff620 100644 --- a/src/Flows.js +++ b/src/Flows.js @@ -714,7 +714,7 @@ class FlowSidebar extends PureComponent { this.state.filter_name && this.state.filter_name !== DZ_NAME ? null : ( { - this.show_reply_bar('', e); + this.show_reply_bar(DZ_NAME, e); }} >