https://github.com/facebook/lexical/issues/2648 has related discussion around how triple-click selection should behave, but this is a separate bug. Lexical version: 0.7.6 ## Steps To Reproduce 1. Create two paragraphs. 2. Triple-click to select the first paragraph. 3. Set the format to "bold". ## Current behavior ```ts selection.hasFormat("bold") === false ``` ## Expected behavior ```ts selection.hasFormat("bold") === true ``` https://user-images.githubusercontent.com/3211874/214970056-cf024ecb-ec0f-4f76-b9bc-14c300b7ecce.mov
#2648 has related discussion around how triple-click selection should behave, but this is a separate bug.
Lexical version: 0.7.6
Steps To Reproduce
Current behavior
Expected behavior
Screen.Recording.2023-01-26.at.14.42.40.mov