소스 검색

На LoaderPage всегда показываем toolBar

Book Pauk 6 년 전
부모
커밋
c8a953db7c
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      client/components/Reader/Reader.vue

+ 5 - 0
client/components/Reader/Reader.vue

@@ -609,6 +609,11 @@ class Reader extends Vue {
             this.$root.$emit('set-app-title');
         }
 
+        // на LoaderPage всегда показываем toolBar
+        if (result == 'LoaderPage' && !this.toolBarActive) {
+            this.toolBarToggle();
+        }
+
         if (this.lastActivePage != result && result == 'TextPage') {
             //акивируем страницу с текстом
             this.$nextTick(async() => {