fn reuse_face(
item: &Reuse,
project: &Project,
settings: &Settings,
) -> (String, &'static str, Glyph, DragPayload)Expand description
(name, kind tag, icon, drag payload) of one reusable item.
ponytail: only adjustment layers have a drop target today — the others carry their name as a
Template payload because row()/tile() are drag sources, and a stray drop just misses.