mirror of
https://github.com/outline/outline.git
synced 2026-06-13 11:25:03 +03:00
e29c9102af
Convert rich_text and rich_text_to_plaintext from static methods to static arrow-function fields so they can be passed as map callbacks without tripping the unbound-method lint. Neither method accesses `this`, so behavior is unchanged. Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>