motla / vue-document-editor

:page_facing_up: Paper-sized WYSIWYG document editor for Vue apps
https://motla.github.io/vue-document-editor/
MIT License
313 stars 70 forks source link

Travamentos a partir de 10 páginas #8

Closed krefects closed 3 years ago

krefects commented 3 years ago

o editor começa a travar apartir de 10 páginas, não sendo possível continuar. observei que a renderização de páginas acontece a cada letra digitada.

motla commented 3 years ago

Yes this is a known issue, as written in the readme. The algorithm for splitting the content in several pages runs every time you type a letter, and involves HTML DOM manipulation that is quite heavy as the number of pages grow. So for now you can't use this library for big documents, the algorithm doesn't work well for big documents. Sorry