Pad/internal/editor
Greg Pomerantz d33e68ab2c fix(editor): fix cursor positioning, scrolling, and clipping
- Fix cursor vertical alignment and ensure it respects ScrollOffset.
- Fix scrolling in editor page by correctly registering scroll interactions in the renderer.
- Ensure cursor is clipped to the editor text area to prevent drawing over status bars.
2026-06-03 19:19:14 -04:00
..
buffer_test.go fix(editor): wire key events to cursor movement 2026-06-03 07:41:18 -04:00
cursor_test.go Bug fixes. 2026-06-03 10:38:29 -04:00
integration_test.go fix(editor): wire key events to cursor movement 2026-06-03 07:41:18 -04:00
logic.go Compute glyphLayout after text rendering. Implement correct cursor 2026-06-03 19:01:05 -04:00
mock_setup.go fix: integrate browser-to-editor file loading and remove sample text 2026-06-02 09:33:12 -04:00
state.go fix(editor): fix cursor positioning, scrolling, and clipping 2026-06-03 19:19:14 -04:00