super_editor
super_editor copied to clipboard
Fix toggling debug info crashing the editor
Fixes https://github.com/superlistapp/super_editor/issues/2254
- Changes
Stack
inSuperEditorImeDebugVisuals
toSliverHybridStack
because the render object now lives in a sliver - Implements
forgetChild
insideContentLayersElement
. This is necessary because thecontent
ofContentLayersElement
is being reparented usingGlobalKey
so it needs to be excluded fromvisitChildren
when unmounting.