[Capture] Clear uncommitted label draft after successful submit - #2481
Conversation
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
The connector usage-limit notice is informational, not a review finding. This PR is being checked through the independent coordinator review path; no code action is requested from this notice. |
|
Review gate (Codex credits exhausted, SC-9): one fresh-context reviewer confirmed resetDraft fires only after captureStore.createItem resolves (PaperInboxView.vue:191) or on explicit discard, never on failure or board-scope change; the in-flight race is closed by the disabled label input while submitting; the spec drives the real exposed resetDraft. Frontend Unit passed at this head in CI. Verdict SHIP. MEDIUM follow-up (submit does not flush an uncommitted label, so the clear is lossy) plus two LOW residuals tracked in #2490. Merging. |
Closes #2057
Summary
Verification
ESLint reports one existing vuejs-accessibility/label-has-for warning at PaperCaptureComposer.vue:261; no errors.