Fix Bug 38265
This commit is contained in:
parent
52e812fcb4
commit
f12c6f5c48
|
@ -601,7 +601,7 @@ define([
|
||||||
}
|
}
|
||||||
|
|
||||||
if (disabled && this.menu && _.isObject(this.menu) && this.menu.rendered && this.menu.isVisible())
|
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 ) {
|
if ( !!me.options.signals ) {
|
||||||
var opts = me.options.signals;
|
var opts = me.options.signals;
|
||||||
|
|
Loading…
Reference in a new issue