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

This commit is contained in:
Book Pauk
2019-03-17 23:46:25 +07:00
parent d20ec144ff
commit c8a953db7c

View File

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