mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-24 14:33:59 +00:00
Update VE core submodule to master (bbe825690)
New changes: e761c7e80 Localisation updates from https://translatewiki.net. 7ffaf8c86 Change clear styling label in contexts 8727b8823 Localisation updates from https://translatewiki.net. 903fe9a6e Localisation updates from https://translatewiki.net. 2d0db8666 Change transaction manipulation functions into methods 198b35a70 Handle ctrl+click events on links 90ea4832e Fix cleanup of PreviewElement after render 3f888e8b2 ve.ui.TableLineContext: Use automatic width 37d42880e Create basic tests for PreviewElement Bug: T145850 Bug: T195707 Bug: T198064 Bug: T198826 Bug: T198871 Change-Id: Id02adf9f5d85574ee9c7d3ef7c32c19bfcb06a45
This commit is contained in:
parent
97596165b7
commit
dfe27be40c
|
@ -1094,6 +1094,7 @@ class VisualEditorHooks {
|
|||
// VisualEditor UI Tests
|
||||
'lib/ve/tests/ui/ve.ui.Trigger.test.js',
|
||||
'lib/ve/tests/ui/ve.ui.DiffElement.test.js',
|
||||
'lib/ve/tests/ui/ve.ui.PreviewElement.test.js',
|
||||
'modules/ve-mw/tests/ui/ve.ui.DiffElement.test.js',
|
||||
// VisualEditor Actions Tests
|
||||
'lib/ve/tests/ui/actions/ve.ui.AnnotationAction.test.js',
|
||||
|
|
2
lib/ve
2
lib/ve
|
@ -1 +1 @@
|
|||
Subproject commit 49fd5e43990eb70363d4b5cfd7dca9ff62b781fc
|
||||
Subproject commit bbe8256908614689ee96ca2421530f2e05ca7552
|
Loading…
Reference in a new issue