From cc3600631e22ff07ad960ca872a9427ba592748c Mon Sep 17 00:00:00 2001 From: Franco Montenegro Date: Tue, 10 Aug 2021 23:03:47 -0300 Subject: [PATCH] Disable cancel button when submitting a comment. --- ui/component/commentCreate/view.jsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ui/component/commentCreate/view.jsx b/ui/component/commentCreate/view.jsx index 8e113f269..3d511dd69 100644 --- a/ui/component/commentCreate/view.jsx +++ b/ui/component/commentCreate/view.jsx @@ -332,7 +332,12 @@ export function CommentCreate(props: Props) { } onClick={handleSupportComment} /> -