vj4/ui/components/discussion/comments.page.js

Summary

Maintainability
A
1 hr
Test Coverage

Function onCommentClickEdit has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

async function onCommentClickEdit(mode, ev) {
  const $evTarget = $(ev.currentTarget);

  if (CommentBox.get($evTarget)) {
    CommentBox
Severity: Minor
Found in vj4/ui/components/discussion/comments.page.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status