facebook / lexical

Lexical is an extensible text editor framework that provides excellent reliability, accessibility and performance.
https://lexical.dev
MIT License
17.5k stars 1.45k forks source link

export toggleTextFormatType from LexicalUtils #5815

Open spirobel opened 1 month ago

spirobel commented 1 month ago

this is necessary so we can override toggleFormat on an extended TextNode that selectively disallows certain format types.

vercel[bot] commented 1 month ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
lexical ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 3, 2024 5:26pm
lexical-playground ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 3, 2024 5:26pm
StyleT commented 3 weeks ago

LGTM if you can write proper JSDoc (with detailed description, use cases/examples) for this new exported function.

potatowagon commented 2 weeks ago

putting back to draft since awaiting documentation as per @StyleT 's comment