mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-24 22:35:41 +00:00
Merge "Set padded=false for link inspector"
This commit is contained in:
commit
ff7c57489a
|
@ -16,7 +16,7 @@
|
|||
*/
|
||||
ve.ui.MWLinkAnnotationInspector = function VeUiMWLinkAnnotationInspector( config ) {
|
||||
// Parent constructor
|
||||
ve.ui.MWLinkAnnotationInspector.super.call( this, config );
|
||||
ve.ui.MWLinkAnnotationInspector.super.call( this, ve.extendObject( { padded: false }, config ) );
|
||||
};
|
||||
|
||||
/* Inheritance */
|
||||
|
|
Loading…
Reference in a new issue