You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: optimize linkification logic in linkifyContent utility
- Streamlined the linkification process by refining the handling of text nodes, ensuring only plain text nodes are transformed.
- Improved the conditions for returning original text nodes when no links are detected, enhancing performance and maintainability.
- Updated the recursive structure to better manage child nodes and their content, resulting in cleaner code.
0 commit comments