## Breaking Change - Add `strategy` to the `scroll_to_item` method. ```diff + list.scroll_to_item(selected, ScrollStrategy::Center, window, cx); - list.scroll_to_item(selected, window, cx); ``` |
||
|---|---|---|
| .. | ||
| macros | ||
| story | ||
| ui | ||
| webview | ||
| wef | ||
## Breaking Change - Add `strategy` to the `scroll_to_item` method. ```diff + list.scroll_to_item(selected, ScrollStrategy::Center, window, cx); - list.scroll_to_item(selected, window, cx); ``` |
||
|---|---|---|
| .. | ||
| macros | ||
| story | ||
| ui | ||
| webview | ||
| wef | ||