Поправка бага
This commit is contained in:
@@ -73,7 +73,7 @@ class SearchPage extends Vue {
|
|||||||
const p = parsed.para[i];
|
const p = parsed.para[i];
|
||||||
const parts = parsed.splitToStyle(p.text);
|
const parts = parsed.splitToStyle(p.text);
|
||||||
if (this.stopInit)
|
if (this.stopInit)
|
||||||
break;
|
return;
|
||||||
|
|
||||||
for (const part of parts)
|
for (const part of parts)
|
||||||
text += part.text;
|
text += part.text;
|
||||||
|
|||||||
Reference in New Issue
Block a user