Move username completion tool after special character tool in toolbar

Bug: T322455
Change-Id: I19bfe4500850512411615b326b07ba0a47dcfd5f
This commit is contained in:
Ed Sanders 2022-11-07 13:01:11 +00:00
parent 45790f67e9
commit 317b8244dd

View file

@ -79,13 +79,13 @@ if ( OO.ui.isMobile() ) {
name: 'link',
include: [ 'link' ]
},
{
name: 'other',
include: [ 'usernameCompletion' ]
},
{
name: 'specialCharacter',
include: [ 'specialCharacter' ]
},
{
name: 'other',
include: [ 'usernameCompletion' ]
}
];
}