Skip to content

Commit 6259c1f

Browse files
committed
docs: Update commit hash for latest checklist fix
1 parent 8828391 commit 6259c1f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.de.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Großes Stabilitäts-Release mit 26 behobenen Problemen — Sync-Deadlocks, Date
4848
- `isDragConfirmed`-State verhindert versehentliche Drag-Aktivierung beim Scrollen
4949
- Ursache: `Modifier.animateItem()` verursachte Fade-Animationen beim Scrolling
5050

51-
**Checklisten-Drag am Separator unterbrochen** *(IMPL_26)*
51+
**Checklisten-Drag am Separator unterbrochen** *(IMPL_26)* ([8828391](https://github.com/inventory69/simple-notes-sync/commit/8828391))
5252
- Drag über die Erledigt/Offen-Trennlinie hinaus bricht nicht mehr ab
5353
- Item bleibt im aktiven Drag während der Haken nahtlos gesetzt/entfernt wird
5454
- Ursache: Getrennte `itemsIndexed`-Blöcke zerstörten die Composition beim Grenzübertritt — zu einheitlichem `items`-Block zusammengeführt

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Major stability release fixing 26 issues — sync deadlocks, data loss preventio
5757
- Scoped `animateItem()` to confirmed drag operations only
5858
- Root cause: `Modifier.animateItem()` caused fade-in/out animations when items entered/left viewport
5959

60-
**Checklist Drag Interrupted at Separator** *(IMPL_26)*
60+
**Checklist Drag Interrupted at Separator** *(IMPL_26)* ([8828391](https://github.com/inventory69/simple-notes-sync/commit/8828391))
6161
- Dragging a checklist item across the checked/unchecked separator no longer drops the item
6262
- Item stays in active drag while its checked state toggles seamlessly
6363
- Root cause: Separate `itemsIndexed` blocks destroyed Composition on boundary crossing — unified into single `items` block

0 commit comments

Comments
 (0)