mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
434c11f6de
Notably: * Don't require the model in the new sidebar via dependency injection, but connect the event handlers later. This is relevant because we currently create the new sidebar in the wrong spot. Removing the hard dependency allows us to split the code and utilize initialize() and getSetupProcess() correctly. This will be done in a following patch. * The change event now includes the new position. This makes it very easy to add this missing feature to the new sidebar. Also: * Stop triggering change events when nothing changed. These events are expensive. They bubble all the way up to the TransclusionModel, and to all linked onTransclusionModelChange() handlers. * Update event documentation to make this more visible. Bug: T274544 Change-Id: Iafe29f18a6fed14d9c3124c9756aa840886afbbc |
||
---|---|---|
.. | ||
ce | ||
dm | ||
init | ||
preinit | ||
tests | ||
themes | ||
ui |