mirror of
https://github.com/nesquena/hermes-webui.git
synced 2026-07-04 06:30:29 +00:00
c77f4cf014
Addresses Greptile P2 nit: autoResize() now only calls the re-pin when the composer actually grew (offsetHeight before/after compare), skipping the DOM read on a no-height-change keystroke. The #composerWrap ResizeObserver remains the safety net for growth paths that bypass autoResize. Test tightened to assert the grow-guard. CHANGELOG entry added (self-built, release owns changelog).