Skip to content

Use MutationObserver to cache data #3

@psybers

Description

@psybers

Right now every gaze event triggers a bunch of DOM lookup on the editor. Most of that data should be static and could be cached. We can use MutationObserver to listen for DOM changes and invalidate the cache.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions