浏览代码

На 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() => {