Skip to content

Commit

Permalink
make readme more searchable
Browse files Browse the repository at this point in the history
  • Loading branch information
Calvin-LL committed May 14, 2024
1 parent 74e157c commit dc93c62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -789,7 +789,7 @@ If the items in the list do not contain any button besides the drag handle, I re

#### FAQ

##### When `onMove` is called to move items, the dragging item flickers.
##### When `onMove` is called to move items, the dragging item flickers/jumps/flashes.

> [!NOTE]
> This assumes you're using version 2.0.3 or later of this library.
Expand All @@ -816,7 +816,7 @@ LaunchedEffect(list) {
}
```

##### When moving the top item, the list flickers.
##### When moving the top item, the list flickers/jumps/flashes.

See [issue #4](https://github.com/Calvin-LL/Reorderable/issues/4). This problem will be fixed once Compose Foundation v1.7.0 is released.

Expand Down

0 comments on commit dc93c62

Please sign in to comment.