From cde4fc9ec049bf1fb1d3abcf5a0efc0c854e53a3 Mon Sep 17 00:00:00 2001 From: Mitesh Ashar Date: Tue, 13 Dec 2022 22:51:04 +0530 Subject: [PATCH] Reverse unnamed function correction made in comments.js. --- funnel/assets/js/comments.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/funnel/assets/js/comments.js b/funnel/assets/js/comments.js index 93c51e36d..59ba2c71a 100644 --- a/funnel/assets/js/comments.js +++ b/funnel/assets/js/comments.js @@ -172,7 +172,7 @@ const Comments = { }, activateForm(action, textareaId, parentApp = app) { if (textareaId) { - const copyTextAreaContent = (view) => { + const copyTextAreaContent = function (view) { if (action === parentApp.COMMENTACTIONS.REPLY) { parentApp.reply = view.state.doc.toString(); } else {