From 99d5205a80670d4c838d81f6afc74d43453cae4b Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Mon, 23 Oct 2017 16:28:06 +0300 Subject: [PATCH] [PE] Fix bug with position of hyperlink tooltip and slide num tooltip. --- apps/presentationeditor/main/app/view/DocumentHolder.js | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/presentationeditor/main/app/view/DocumentHolder.js b/apps/presentationeditor/main/app/view/DocumentHolder.js index 5f033b0572..af797dd8cc 100644 --- a/apps/presentationeditor/main/app/view/DocumentHolder.js +++ b/apps/presentationeditor/main/app/view/DocumentHolder.js @@ -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();