From f7252d714a8ecd70bd904253a285e30d6e8dc192 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Thu, 5 Sep 2019 16:55:21 +0300 Subject: [PATCH] [PE] Fix Bug 42721 --- apps/presentationeditor/main/app/controller/LeftMenu.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/presentationeditor/main/app/controller/LeftMenu.js b/apps/presentationeditor/main/app/controller/LeftMenu.js index 1b65c7a0f..be73ae8fa 100644 --- a/apps/presentationeditor/main/app/controller/LeftMenu.js +++ b/apps/presentationeditor/main/app/controller/LeftMenu.js @@ -421,6 +421,10 @@ define([ this.dlgSearch = (new Common.UI.SearchDialog({ matchcase: true })); + var me = this; + Common.NotificationCenter.on('preview:start', function() { + me.dlgSearch.hide(); + }); } if (show) {