mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-29 00:30:44 +00:00
Merge "CollabTarget: Disable nullSelectionOnBlur, as per ArticleTarget"
This commit is contained in:
commit
2037b2c772
|
@ -98,6 +98,15 @@ ve.init.mw.CollabTarget.static.actionGroups = [
|
||||||
|
|
||||||
/* Methods */
|
/* Methods */
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @inheritdoc
|
||||||
|
*/
|
||||||
|
ve.init.mw.CollabTarget.prototype.getSurfaceConfig = function ( config ) {
|
||||||
|
return ve.init.mw.CollabTarget.super.prototype.getSurfaceConfig.call( this, ve.extendObject( {
|
||||||
|
nullSelectionOnBlur: false
|
||||||
|
}, config ) );
|
||||||
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Page modifications after editor load.
|
* Page modifications after editor load.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue