Commit 9226f72
fix(windows): require win-text-inject 0.1.1
0.1.1 fixes an intermittent abort when publishing the delayed-render promise.
SetClipboardData returns NULL on success for that call, which windows-rs
surfaces as Err, and Win32 does not reset the thread last-error on success, so
a stale code read as a failure that never happened.
Seen while driving this branch through real dictations: one paste in four
aborted with ERROR_NOT_FOUND and fell back to the timer path. With 0.1.1 the
fallback no longer triggers.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent c8628d8 commit 9226f72
2 files changed
Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| |||
0 commit comments