Folo/packages/internal/components
Innei 1b89ea0af0
refactor(ai-chat): simplify isEmpty state checks in ChatInput and LexicalRichEditor
Updated the ChatInput and LexicalRichEditor components to streamline the logic for determining if the editor is empty. The isEmpty state now directly utilizes the $getRoot().isEmpty() method, enhancing code clarity and maintainability. Removed unnecessary text content checks in favor of a more efficient approach.

Signed-off-by: Innei <tukon479@gmail.com>
2025-10-20 19:58:48 +08:00
..
assets fix: update text autospace classes in ListItem, EntryTitle, and ArticleLayout components 2025-10-19 23:44:44 +08:00
src refactor(ai-chat): simplify isEmpty state checks in ChatInput and LexicalRichEditor 2025-10-20 19:58:48 +08:00
package.json feat(ios): support liquid glass tabbar 2025-09-22 22:07:59 +08:00
tsconfig.json