The patch a COMMITTED resize gesture applies for an item kind, given the gesture's
final bounds:
full-box kinds (shape, highlight, html) commit X / Y / W / H;
content-driven-height kinds (sticky, text, image, markdown) commit
X / Y / W only — their rendered height stays content-driven (markdown's optional
H max-height cap is set by tools/agents, never by the drag gesture);
non-resizable kinds (ink, connector) return null (nothing to commit).
The patch a COMMITTED resize gesture applies for an item kind, given the gesture's final bounds:
shape,highlight,html) commit X / Y / W / H;sticky,text,image,markdown) commit X / Y / W only — their rendered height stays content-driven (markdown's optionalHmax-height cap is set by tools/agents, never by the drag gesture);ink,connector) returnnull(nothing to commit).