diff --git a/apps/presentationeditor/main/app/view/DocumentPreview.js b/apps/presentationeditor/main/app/view/DocumentPreview.js index c948a37bd..f91dd33de 100644 --- a/apps/presentationeditor/main/app/view/DocumentPreview.js +++ b/apps/presentationeditor/main/app/view/DocumentPreview.js @@ -344,8 +344,6 @@ define([ var count = this.api.getCountPages(); if (count !== this.pages.get('count')) this.pages.set('count', count); - this.btnPrev.setDisabled(slideNum<=0); - this.btnNext.setDisabled(slideNum>=count-1); this.txtGoToPage.setValue(slideNum + 1); this.txtGoToPage.checkValidate(); }