[PE] Fix bug with position of hyperlink tooltip and slide num tooltip.
This commit is contained in:
parent
4b83f6a2fd
commit
99d5205a80
|
@ -299,6 +299,7 @@ define([
|
||||||
me._Height = me.cmpEl.height();
|
me._Height = me.cmpEl.height();
|
||||||
me._Width = me.cmpEl.width();
|
me._Width = me.cmpEl.width();
|
||||||
me._BodyWidth = $('body').width();
|
me._BodyWidth = $('body').width();
|
||||||
|
me._XY = undefined;
|
||||||
|
|
||||||
if (me.slideNumDiv) {
|
if (me.slideNumDiv) {
|
||||||
me.slideNumDiv.remove();
|
me.slideNumDiv.remove();
|
||||||
|
|
Loading…
Reference in a new issue