diff --git a/client/components/Reader/CopyTextPage/CopyTextPage.vue b/client/components/Reader/CopyTextPage/CopyTextPage.vue index 4b5122c6..9dc43bf2 100644 --- a/client/components/Reader/CopyTextPage/CopyTextPage.vue +++ b/client/components/Reader/CopyTextPage/CopyTextPage.vue @@ -52,18 +52,21 @@ class CopyTextPage { from = (from < 0 ? 0 : from); to = paraIndex + 100; to = (to > parsed.para.length ? parsed.para.length : to); - cut = '
..... Текст вырезан. Если хотите скопировать больше, поставьте в настройках галочку "Загружать весь текст"'; + cut = '
`; + text += `