[PE] Fix bug with position of hyperlink tooltip and slide num tooltip.

This commit is contained in:
Julia Radzhabova 2017-10-23 16:28:06 +03:00
parent 4b83f6a2fd
commit 99d5205a80

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();