mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-24 22:35:41 +00:00
Merge "Followup 1878c7c5
: fix check for nonexistent property .draggingAndDropping"
This commit is contained in:
commit
f3565f2ed8
|
@ -82,7 +82,7 @@ ve.ui.Context.prototype.onChange = function ( transactions, selection ) {
|
|||
if ( this.popup.isVisible() ) {
|
||||
this.hide();
|
||||
this.update();
|
||||
} else if ( !this.selecting && !this.draggingAndDropping ) {
|
||||
} else if ( !this.selecting && !this.relocating ) {
|
||||
this.update();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue