mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-25 14:56:20 +00:00
Merge "Don't select contents of textarea in extension inspector"
This commit is contained in:
commit
4ba3268498
|
@ -136,7 +136,7 @@ ve.ui.MWExtensionInspector.prototype.getReadyProcess = function ( data ) {
|
||||||
return ve.ui.MWExtensionInspector.super.prototype.getReadyProcess.call( this, data )
|
return ve.ui.MWExtensionInspector.super.prototype.getReadyProcess.call( this, data )
|
||||||
.next( function () {
|
.next( function () {
|
||||||
// Focus the input
|
// Focus the input
|
||||||
this.input.focus().select();
|
this.input.focus();
|
||||||
}, this );
|
}, this );
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue