MCPcopy Create free account
hub / github.com/bajrangCoder/setu / MultipartDragPreview

Class MultipartDragPreview

src/components/multipart_form_data_editor.rs:578–582  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 });

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected