Merge "Remove maxLength from new section title in NWE"

This commit is contained in:
jenkins-bot 2020-11-26 00:03:45 +00:00 committed by Gerrit Code Review
commit df622d3b9e

View file

@ -507,7 +507,6 @@ ve.init.mw.DesktopArticleTarget.prototype.setupNewSection = function ( surface )
this.sectionTitle = new OO.ui.TextInputWidget( {
$element: $( '<h2>' ),
classes: [ 've-ui-init-desktopArticleTarget-sectionTitle' ],
maxLength: 255,
placeholder: ve.msg( 'visualeditor-section-title-placeholder' ),
spellcheck: true
} );