| 576 | ))) |
| 577 | .icon(IconName::Trash) |
| 578 | .ghost() |
| 579 | .xsmall() |
| 580 | .tooltip("Remove") |
| 581 | .on_click( |
| 582 | move |_, _, cx| { |
| 583 | this_remove.update(cx, |editor, cx| { |
| 584 | editor.remove_row(idx, cx); |
| 585 | }); |
nothing calls this directly
no outgoing calls
no test coverage detected