Поправил баг
This commit is contained in:
@@ -41,7 +41,7 @@ class CopyTextPage extends Vue {
|
|||||||
this.text = 'Загрузка';
|
this.text = 'Загрузка';
|
||||||
await this.$nextTick();
|
await this.$nextTick();
|
||||||
|
|
||||||
const paraIndex = parsed.findParaIndex(bookPos);
|
const paraIndex = parsed.findParaIndex(bookPos || 0);
|
||||||
this.initStep = true;
|
this.initStep = true;
|
||||||
this.stopInit = false;
|
this.stopInit = false;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user