Добавил настройку cutEmptyParagraphs

This commit is contained in:
Book Pauk
2019-02-14 17:34:52 +07:00
parent d306f972cc
commit 5af1f81bc3
5 changed files with 27 additions and 4 deletions

View File

@@ -199,7 +199,7 @@ class Reader extends Vue {
mounted() {
(async() => {
await bookManager.init();
await bookManager.init(this.settings);
await restoreOldSettings(this.settings, bookManager, this.commit);
if (this.$root.rootRoute == '/reader') {