facebook / lexical

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

[lexical-playground] Bug: Hidden comment button on narrow screens or vertical monitors #6859

Open vantage-ola opened 4 days ago

vantage-ola commented 4 days ago

Lexical version: 0.20.0

The comment button are present when the browser window is in the normal aspect ratio Screenshot 2024-11-23 003710

The comment button is hidden when the browser window is in narrow/vertical aspect ratios Screenshot 2024-11-23 005659

vantage-ola commented 4 days ago

very very similar to issue #6858

etrepum commented 4 days ago

This is hidden for the same reason, certain plugins are disabled if the width is narrow. https://github.com/facebook/lexical/issues/6858#issuecomment-2495181543