-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lost page when paste data from clipboard #13
Comments
Hi. Thanks for reporting. I can't reproduce this behavior yet. It is maybe dependent to the web-browser you use and specific to the content you paste. Please note this library is not yet adapted for large content, as stated in the README (see Issue 14 for more info). However I can look at it if you provide an online playground, with the minimal initial content and the paste content which causes issues (for example you can fork this project and rebuild demo with the faulty content). |
If you have a content more than two pages, stored in one data element, such as three pages content in data[0], and then paste a word from clipboard in anywhere in page 1, all content in page two will lost |
I tried but I'm afraid couldn't reproduce the issue... What web browser are you using? |
Chrome with latest version. should I send a vedio screen cap to you? |
Chrome: 106.0.5249.103 |
Sorry I tried again without success.
Please open If not you will have to provide me a minimal playground that fails so I can find the cause (fork the project, modify Demo.vue, then In the meantime I'm now rewriting a new core which brings out the page management completely from Vue and should address most of the reported issues. It is tricky nonetheless so I can't give you a delay. |
⬆️ Please note that the example was on Vue3 but I just tested the Vue2 branch as well and I get the same result with the same content. |
Hello! I just released v2.1.0 with a new core for Vue3 which may correct your problem. |
Test in both in version 1.2.6 and 1.2.4.
If the initial content is very large(more than three pages in my case). Then I paste some data from clipboard.
The second page will disappear.
The text was updated successfully, but these errors were encountered: