Commit 04de8e3
fix: always set annDirty in MarkDirty to avoid startup dedup conflict
The MarkDirty dedup (skip when Dirty && CursorTargetID==0) was too
aggressive — it prevented annDirty from being set when the constructor
already marked Dirty=true on startup. Now the dedup only skips log
spam and redundant state saves; annDirty is always set.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent a70b74c commit 04de8e3
1 file changed
Lines changed: 6 additions & 3 deletions
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
302 | 302 | | |
303 | 303 | | |
304 | 304 | | |
305 | | - | |
306 | | - | |
307 | | - | |
| 305 | + | |
308 | 306 | | |
309 | 307 | | |
310 | 308 | | |
311 | 309 | | |
312 | 310 | | |
313 | 311 | | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
314 | 317 | | |
315 | 318 | | |
316 | 319 | | |
| |||
0 commit comments