Merge pull request #22 from ONLYOFFICE/feature/bugfix

[PE] Fix bug with position of hyperlink tooltip and slide num tooltip.
This commit is contained in:
Alexey Golubev
2017-10-23 16:34:19 +03:00
committed by GitHub

View File

@ -299,6 +299,7 @@ define([
me._Height = me.cmpEl.height();
me._Width = me.cmpEl.width();
me._BodyWidth = $('body').width();
me._XY = undefined;
if (me.slideNumDiv) {
me.slideNumDiv.remove();