[DE] Fix Bug 43715
This commit is contained in:
parent
688a42faf1
commit
dcfd8520d4
|
@ -551,6 +551,8 @@ define([
|
|||
} else {
|
||||
left = docW - menuW;
|
||||
}
|
||||
if (left < 0)
|
||||
left = 0;
|
||||
|
||||
if (this.options.restoreHeight) {
|
||||
if (typeof (this.options.restoreHeight) == "number") {
|
||||
|
|
|
@ -527,7 +527,6 @@ define([
|
|||
documentHolderView._preventClick = true;
|
||||
menu.show();
|
||||
|
||||
menu.alignPosition();
|
||||
_.delay(function() {
|
||||
menu.cmpEl.focus();
|
||||
}, 10);
|
||||
|
|
Loading…
Reference in a new issue