mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-24 22:35:41 +00:00
Set padded=false for link inspector
Logically depends on I615b485a272. Bug: T177080 Change-Id: Ica54238d891fa41eefb0b9216eb4f2190818a502
This commit is contained in:
parent
dc500697e1
commit
ef46e45b43
|
@ -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