You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: