Skip to content

Save to local storage/load feature not working #91

@ckhordiasma

Description

@ckhordiasma

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions