Bartosz Dziewoński has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/195606

Change subject: ve.ui.MoreTextStyleTool: Set autoAddToCatchall = false;
......................................................................

ve.ui.MoreTextStyleTool: Set autoAddToCatchall = false;

Bug: T91826
Change-Id: I662b3c4da4f57f28b87b3eb38439096cc4481613
---
M src/ui/tools/ve.ui.AnnotationTool.js
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/VisualEditor/VisualEditor 
refs/changes/06/195606/1

diff --git a/src/ui/tools/ve.ui.AnnotationTool.js 
b/src/ui/tools/ve.ui.AnnotationTool.js
index de8fb56..be48077 100644
--- a/src/ui/tools/ve.ui.AnnotationTool.js
+++ b/src/ui/tools/ve.ui.AnnotationTool.js
@@ -285,6 +285,7 @@
        OO.ui.ToolGroupTool.call( this, toolGroup, config );
 };
 OO.inheritClass( ve.ui.MoreTextStyleTool, OO.ui.ToolGroupTool );
+ve.ui.MoreTextStyleTool.static.autoAddToCatchall = false;
 ve.ui.MoreTextStyleTool.static.name = 'moreTextStyle';
 ve.ui.MoreTextStyleTool.static.group = 'textStyleExpansion';
 ve.ui.MoreTextStyleTool.static.title =

-- 
To view, visit https://gerrit.wikimedia.org/r/195606
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I662b3c4da4f57f28b87b3eb38439096cc4481613
Gerrit-PatchSet: 1
Gerrit-Project: VisualEditor/VisualEditor
Gerrit-Branch: master
Gerrit-Owner: Bartosz Dziewoński <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to