Folo/packages
Innei a2eb94528d
fix(ai): auto track scrolling
- Replaced manual checks for editable elements in global shortcuts with a utility function `detectIsEditableElement` for cleaner code and better maintainability.
- Updated `AIChatRoot` to use `LexicalRichEditorRef` for the input reference, enhancing type safety and consistency in the chat input handling.
- Integrated `AIPanelRefsContext` in `ChatInput` and `ChatInterfaceContent` to streamline access to the input reference across components.
- Removed the deprecated `animatedPlugin` file to clean up unused code.

These changes aim to enhance the overall structure and functionality of the AI chat interface, improving user experience and code maintainability.

Signed-off-by: Innei <tukon479@gmail.com>
2025-09-23 22:43:54 +08:00
..
configs chore: update dependencies across multiple packages for improved stability and performance 2025-09-19 22:02:30 +08:00
internal fix(ai): auto track scrolling 2025-09-23 22:43:54 +08:00
readability chore: downgrade linkedom 2025-09-19 23:09:44 +08:00