Поправил баг

This commit is contained in:
Book Pauk
2019-02-04 13:25:17 +07:00
parent 4b6b9589ae
commit 4e1151c9a8

View File

@@ -41,7 +41,7 @@ class CopyTextPage extends Vue {
this.text = 'Загрузка';
await this.$nextTick();
const paraIndex = parsed.findParaIndex(bookPos);
const paraIndex = parsed.findParaIndex(bookPos || 0);
this.initStep = true;
this.stopInit = false;