pub fn next_target(
data: &Drawing<'_>,
block: BlockId,
current: EditTarget,
) -> Option<EditTarget>Expand description
The field after current in block’s cycle, wrapping around to the start.
pub fn next_target(
data: &Drawing<'_>,
block: BlockId,
current: EditTarget,
) -> Option<EditTarget>The field after current in block’s cycle, wrapping around to the start.