mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-27 15:50:29 +00:00
Disable backtick sequence in ve-mw while conflict with Catalan is investigated
Bug: T304804 Change-Id: I49682a2067093546caede1830dd7fb4ce37e95a0
This commit is contained in:
parent
a6f784c095
commit
f32ae21f24
|
@ -40,6 +40,9 @@ ve.ui.sequenceRegistry.register(
|
|||
new ve.ui.Sequence( 'wikitextComment', 'comment', '<!--', 4 )
|
||||
);
|
||||
|
||||
// T304804
|
||||
ve.ui.sequenceRegistry.unregister( 'backtick' );
|
||||
|
||||
/* Help registrations */
|
||||
|
||||
ve.ui.commandHelpRegistry.register( 'formatting', 'heading2', {
|
||||
|
|
Loading…
Reference in a new issue