pub fn seal(
document: &Document,
index: &mut DocIndex,
path: &BlockPath,
presentation: &Presentation,
gesture: &mut Gesture,
) -> Option<Sealed>Expand description
Finish the gesture: run the solve rider over what it wrote and seal it,
leaving gesture open on a fresh idle one. None when it authored
nothing.