mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-07-30 17:59:13 -04:00
- Introduced `useEditorState` hook for targeted subscriptions in components (e.g., text length, active marks, editor state). - Disabled global re-rendering on every transaction within the editor. - Improved typing responsiveness across components by limiting reflows and re-renders caused by keystrokes. - Updated components (`LLMExtractSection`, `comment-input`, `editable-bio`, etc.) to leverage `useEditorState` for localized updates. - Refined floating toolbar behavior with `requestAnimationFrame` for smoother scrolling and reduced layout thrashing.