mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-29 00:30:44 +00:00
Merge "MWSignatureTool: Restrict command to linear selections"
This commit is contained in:
commit
d5562830fd
|
@ -49,7 +49,8 @@ if ( allowsSignatures ) {
|
|||
false,
|
||||
// collapseToEnd
|
||||
true
|
||||
]
|
||||
],
|
||||
supportedSelections: [ 'linear' ]
|
||||
} )
|
||||
);
|
||||
ve.ui.sequenceRegistry.register(
|
||||
|
|
Loading…
Reference in a new issue