mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-25 06:46:26 +00:00
Merge "ve.ui.MWMagicLinkNodeContextItem: Do not display 'Clear styling' button in context"
This commit is contained in:
commit
10857b2d9f
|
@ -35,6 +35,8 @@ ve.ui.MWMagicLinkNodeContextItem.static.label = null; // see #setup()
|
|||
|
||||
ve.ui.MWMagicLinkNodeContextItem.static.modelClasses = [ ve.dm.MWMagicLinkNode ];
|
||||
|
||||
ve.ui.MWMagicLinkNodeContextItem.static.clearable = false;
|
||||
|
||||
/* Methods */
|
||||
|
||||
ve.ui.MWMagicLinkNodeContextItem.prototype.setup = function () {
|
||||
|
|
Loading…
Reference in a new issue