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) {