diff --git a/modules/ve/ui/ve.ui.Context.js b/modules/ve/ui/ve.ui.Context.js index 6e6aeb4d60..bf675e03c5 100644 --- a/modules/ve/ui/ve.ui.Context.js +++ b/modules/ve/ui/ve.ui.Context.js @@ -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(); } }