mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 07:22:43 +08:00
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:
@ -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();
|
||||
|
||||
Reference in New Issue
Block a user