Merge "CommentTargetWidget: Exclude save commands"

This commit is contained in:
jenkins-bot 2022-05-19 01:14:11 +00:00 committed by Gerrit Code Review
commit e792fa0159

View file

@ -26,7 +26,14 @@ function CommentTargetWidget( replyWidget, config ) {
'indent',
'outdent',
// Disable preformatted
'preformatted'
'preformatted',
// Save commands get loaded from articletarget module, which we load
// to get the edit switching tool for mobile
'showSave',
'showChanges',
'showPreview',
'saveMinoredit',
'saveWatchthis'
]
}, config );