[DE] Fix Bug 43715

This commit is contained in:
Julia Radzhabova 2019-12-04 16:31:39 +03:00
parent 688a42faf1
commit dcfd8520d4
2 changed files with 2 additions and 1 deletions

View file

@ -551,6 +551,8 @@ define([
} else {
left = docW - menuW;
}
if (left < 0)
left = 0;
if (this.options.restoreHeight) {
if (typeof (this.options.restoreHeight) == "number") {

View file

@ -527,7 +527,6 @@ define([
documentHolderView._preventClick = true;
menu.show();
menu.alignPosition();
_.delay(function() {
menu.cmpEl.focus();
}, 10);