## Break Change - The `DockItem::tabs` has removed `active_ix` argument, use `.active_index()` method instead. ```diff - DockItem::tabs(vec![panel], Some(1), &weak_self, window, cx) + DockItem::tabs(vec![panel], &weak_self, window, cx).active_index(1) ``` |
||
|---|---|---|
| .. | ||
| locales | ||
| src | ||
| tests/fixtures | ||
| Cargo.toml | ||
| LICENSE-APACHE | ||