Folo/apps
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
..
desktop refactor(ai-chat): simplify isEmpty state checks in ChatInput and LexicalRichEditor 2025-10-20 19:58:48 +08:00
mobile fix: update text autospace classes in ListItem, EntryTitle, and ArticleLayout components 2025-10-19 23:44:44 +08:00
ssr fix(ssr): update import paths to use relative paths instead of aliases 2025-10-15 14:55:32 +08:00