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:
commit
94f52ba26a
|
@ -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