vj4/ui/components/dialog/DomDialog.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function _show has 37 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  async _show() {
    this.$dom.css('z-index', zIndexManager.getNext());
    this.$dom.trigger('vjDomDialogShow');
    this.isAnimating = true;

Severity: Minor
Found in vj4/ui/components/dialog/DomDialog.js - About 1 hr to fix

    Function _hide has 28 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

      async _hide() {
        this.$dom.trigger('vjDomDialogHide');
        this.isAnimating = true;
    
        $(document).off(`keyup.${this.eventNS}`);
    Severity: Minor
    Found in vj4/ui/components/dialog/DomDialog.js - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status