Skip to content

Commit

Permalink
Reverse unnamed function correction made in comments.js.
Browse files Browse the repository at this point in the history
  • Loading branch information
miteshashar committed Dec 13, 2022
1 parent 9b25f07 commit cde4fc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion funnel/assets/js/comments.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit cde4fc9

Please sign in to comment.