Skip to content

Fix multiline edit loss when saving from editor (#75)#77

Open
jonaraphael wants to merge 1 commit intomainfrom
codex/issue-75-multiline-row-disappear
Open

Fix multiline edit loss when saving from editor (#75)#77
jonaraphael wants to merge 1 commit intomainfrom
codex/issue-75-multiline-row-disappear

Conversation

@jonaraphael
Copy link
Owner

@jonaraphael jonaraphael commented Mar 1, 2026

Summary

Changes

  • Delay webview save message until after blur commits the current edit message
  • Add regression coverage in webview shortcut tests for Ctrl/Cmd+S ordering

Validation

  • npm run compile
  • npm test

Risk Notes

  • Touches only edit-mode save keyboard handling in webview script
  • Save now runs on next macrotask after blur; this is intentional to preserve commit ordering

Human Review Request

  • Requested reviewer: @jonaraphael
  • Please review behavior in: multiline editing + save flow
  • Specific decision needed: confirm this resolves the reported repro steps on your environment

Fixes #75

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] In a multi-line CSV file, a row disappear when a line break occurs.

1 participant