facebook / lexical

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

[lexical-playground] Bug: Hidden formatting options in text selection on narrow screens or vertical monitors #6858

Open vantage-ola opened 23 hours ago

vantage-ola commented 23 hours ago

Lexical version: 0.20.0

The formatting options are present when the browser window is in the normal aspect ratio Screenshot 2024-11-23 002629

The formatting options are hidden when the browser window is in narrow/vertical aspect ratios 54455

Was this the intended behaviour?

etrepum commented 21 hours ago

Yes, search for isSmallWidthViewport in the code to see which plugins are disabled on narrower windows. It might make sense to have different widths for each plugin, but that is currently working as designed.