Skip to content
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

Save to local storage/load feature not working #91

Open
ckhordiasma opened this issue Feb 13, 2023 · 0 comments
Open

Save to local storage/load feature not working #91

ckhordiasma opened this issue Feb 13, 2023 · 0 comments

Comments

@ckhordiasma
Copy link
Member

Encountered some issues when trying to save to local storage: message was that the storage limit was exceeded.

After doing some analysis, found that the editor saved state had a lot of instances of:

 "characterList": [
                            {
                                "style": [],
                                "entity": null
                            },
                            {
                                "style": [],
                                "entity": null
                            },
                            {
                                "style": [],
                                "entity": null
                            },
                            {
                                "style": [],
                                "entity": null
                            },
                            {
                                "style": [],
                                "entity": null
                            },]

that seemed to be filling up a lot of space. need to figure out why this is happening (possibly with new word duplication detection feature?) and maybe find ways to puge this information before storing to local storage

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant