Merge "CollabTarget: Disable nullSelectionOnBlur, as per ArticleTarget"

This commit is contained in:
jenkins-bot 2019-05-17 15:13:16 +00:00 committed by Gerrit Code Review
commit 2037b2c772

View file

@ -98,6 +98,15 @@ ve.init.mw.CollabTarget.static.actionGroups = [
/* 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.
*/