Merge "Dialogs: Use close flag for close actions"

This commit is contained in:
jenkins-bot 2019-07-02 19:01:35 +00:00 committed by Gerrit Code Review
commit dbf08269a6

View file

@ -49,7 +49,7 @@ ve.ui.MWReferenceDialog.static.actions = [
},
{
label: OO.ui.deferMsg( 'visualeditor-dialog-action-cancel' ),
flags: [ 'safe', 'back' ],
flags: [ 'safe', 'close' ],
modes: [ 'readonly', 'insert', 'edit', 'insert-select' ]
}
];