mediawiki-extensions-Visual.../modules/ve-mw/ui/inspectors
Roan Kattouw 885c0a5495 Make undo work for changes to MWExtensionNodes
If you changed the contents of an alien tag extension, then tried to
use undo, the change wouldn't be undone, but the undo state would
toggle.

This was because we only kept one copy of the data-mw object for these
nodes and modified that one copy. Instead, create a new copy every time
we modify it, so we can actually go back to previous states.

Change-Id: Ib4d5d460a6fdda9c3b0968f269585d620b47fdd8
2013-09-24 16:57:51 -07:00
..
ve.ui.MWAlienExtensionInspector.js Make tools generic and add fancy tool groups 2013-09-03 11:27:39 -07:00
ve.ui.MWExtensionInspector.js Make undo work for changes to MWExtensionNodes 2013-09-24 16:57:51 -07:00
ve.ui.MWHieroInspector.js Make tools generic and add fancy tool groups 2013-09-03 11:27:39 -07:00
ve.ui.MWLinkInspector.js Make tools generic and add fancy tool groups 2013-09-03 11:27:39 -07:00
ve.ui.MWMathInspector.js Make tools generic and add fancy tool groups 2013-09-03 11:27:39 -07:00