mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-16 10:59:56 +00:00
069eefe343
Sometimes, .clip() would be called when clipping had already been disabled again, and accessing this.$clippableContainer would cause an error. This happened to me when typing quickly in MWLinkInspector. This probably happens when enabling and disabling clipping right after each other in response to the same event, such that the setTimeout() for the initial clip is run after clipping has already been disabled. Change-Id: I0f85ea5f10955188bae51160e1c88eca858ea1bf |
||
---|---|---|
.. | ||
ve.ui.ClippableElement.js | ||
ve.ui.FlaggableElement.js | ||
ve.ui.GroupElement.js | ||
ve.ui.IconedElement.js | ||
ve.ui.LabeledElement.js |