Merge "Update VE core submodule to master (ff82c0966)"

This commit is contained in:
jenkins-bot 2020-03-11 23:32:23 +00:00 committed by Gerrit Code Review
commit a5420c624a
2 changed files with 3 additions and 2 deletions

2
lib/ve

@ -1 +1 @@
Subproject commit f7f72b5c564755ba36f03a04bd6183952c746a7d
Subproject commit ff82c0966d5383a692a8f6aefcf4158b2431c584

View file

@ -263,7 +263,8 @@ ve.init.mw.Target.prototype.createTargetWidget = function ( config ) {
return new ve.ui.MWTargetWidget( ve.extendObject( {
// Reset to visual mode for target widgets
modes: [ 'visual' ],
defaultMode: 'visual'
defaultMode: 'visual',
toolbarGroups: this.toolbarGroups
}, config ) );
};