webiny / webiny-js

Open-source serverless enterprise CMS. Includes a headless CMS, page builder, form builder, and file manager. Easy to customize and expand. Deploys to AWS.
https://www.webiny.com
Other
7.24k stars 590 forks source link

fix(lexical-editor): improve link popup #4098

Closed Pavel910 closed 2 months ago

Pavel910 commented 2 months ago

Changes

This PR, primarily, addresses issues with the link node popup. The link popup will no longer open just because the editor received "focus" (which happens even if no user interaction occured, and is hard to control). The user has to explicitly interact with the link node to trigger the link popup.

Other improvements include:

How Has This Been Tested?

Manually.