Fix Bug 38265

This commit is contained in:
Julia Radzhabova 2018-07-20 13:28:54 +03:00
parent 52e812fcb4
commit f12c6f5c48

View file

@ -601,7 +601,7 @@ define([
}
if (disabled && this.menu && _.isObject(this.menu) && this.menu.rendered && this.menu.isVisible())
this.menu.hide();
setTimeout(function(){ me.menu.hide()}, 1);
if ( !!me.options.signals ) {
var opts = me.options.signals;