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
[lexical] Test: Use using for the #8563 regression editor
Manage the editor lifecycle with `using` and move root-element setup/teardown
into a test extension's register function (setRootElement + document.body
cleanup), matching the idiom used by the other reconciler repro tests. The
editor's dispose also calls setRootElement(null), so the whole fixture tears
down at end of scope without an afterEach.
https://claude.ai/code/session_01EAeZ6geVH74SpUrRhY6Z8h
0 commit comments