Merge "Toolbar config: Prevent 'Table' from moving after menu expand"

This commit is contained in:
jenkins-bot 2015-10-05 15:14:47 +00:00 committed by Gerrit Code Review
commit aaaded172b

View file

@ -206,7 +206,7 @@ ve.init.mw.Target.static.toolbarGroups = [
indicator: 'down',
include: '*',
forceExpand: [ 'media', 'transclusion', 'insertTable' ],
promote: [ 'media', 'transclusion' ]
promote: [ 'media', 'transclusion', 'insertTable' ]
},
// Table
{