mediawiki-extensions-CodeMi.../resources/dist
MusikAnimal e1f397f048 CodeMirrorBidiIsolation: fix for when the tag is the first element
This fixes a careless error introduced in I1338afeefa where we don't do
a strict equality test and thus if the tag is the first element (at
position 0), the following bracket is also treated as the start
position. Here we simply do a strict equality test against null (the
reset value), and viola, several issues are fixed.

Bug: T358804
Change-Id: I86021d363ecc33a7551bc887439dc1902914026f
2024-04-09 22:04:45 -04:00
..
codemirror.js CM6: ensure search panel is in the same direction as the interface lang 2024-04-09 19:20:18 -04:00
codemirror.mode.mediawiki.js CodeMirrorBidiIsolation: fix for when the tag is the first element 2024-04-09 22:04:45 -04:00
codemirror.wikieditor.mediawiki.js CodeMirrorWikiEditor: add Realtime Preview handler 2024-03-26 13:36:30 -04:00
vendor.js CM6: Switch to using Rollup instead of Webpack; make RL-compatible 2024-03-19 22:48:52 -04:00