Merge "Don't show toolbar in MWLanguageVariantInspector text targets"

This commit is contained in:
jenkins-bot 2021-08-10 01:17:08 +00:00 committed by Gerrit Code Review
commit 84799aa36c

View file

@ -127,6 +127,7 @@ ve.ui.MWLanguageVariantInspector.prototype.getContentFromInspector = null;
*/ */
ve.ui.MWLanguageVariantInspector.prototype.createTextTarget = function ( placeholder ) { ve.ui.MWLanguageVariantInspector.prototype.createTextTarget = function ( placeholder ) {
return ve.init.target.createTargetWidget( { return ve.init.target.createTargetWidget( {
toolbarGroups: [],
includeCommands: this.constructor.static.includeCommands, includeCommands: this.constructor.static.includeCommands,
excludeCommands: this.constructor.static.excludeCommands, excludeCommands: this.constructor.static.excludeCommands,
importRules: this.constructor.static.getImportRules(), importRules: this.constructor.static.getImportRules(),