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
Add 49 headless unit tests and fix text_editor backspace/delete bug
Tests cover text_editor (cursor, selection, keys, multiline), tap
(touch events), list (all orientations), shapes (layout, hittest),
padding, size, offset, cond, emptyview, and spacer.
Fix: backspace/delete with active selection was double-deleting because
delete_selection() cleared the selection state before the check.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments