facebook / lexical

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

Bug: TableSelection no method called hasFormat #6753

Open tipsxBase opened 4 hours ago

tipsxBase commented 4 hours ago

v0.18.0 TableSelection no method called hasFormat image

tipsxBase commented 4 hours ago

I compared the code on the main branch with the v0.18.0 tag and the npm version, and found that the TableSelection in the main branch has a hasFormat method, but neither the npm version nor the v0.18.0 tag have this method.