Commit 11b2309c authored by Yves Hessels's avatar Yves Hessels Committed by Stefan Borchert
Browse files

Issue #3289838 by falc0: tab opens unsolicited when clicking the dialog button

parent 1a9049fd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -199,6 +199,7 @@
      button.setAttribute('data-dialog-type', 'dialog');
      button.setAttribute('data-dialog-renderer', 'off_canvas');
      button.setAttribute('data-dialog-options', '{"width":485}');
      button.setAttribute('formnovalidate', 'formnovalidate');
    }

    button.innerText = Drupal.t('@title', {'@title': config.title}, {context: 'Paragraphs Features'});