You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Allow select link selector during text edit (#4505)
## Description
Before, there was no way to select a link inside the text on the canvas
in content mode (it was only possible through the navigation menu).
Now, when the cursor is over a link, it is displayed in the settings
panel.
This does not work with newly created links. Will do in the following
PR.
https://github.com/user-attachments/assets/7472bfd1-3cf7-4ad5-9d39-1bd2effdab26
## Steps for reproduction
1. click button
2. expect xyz
## Code Review
- [ ] hi @kof, I need you to do
- conceptual review (architecture, feature-correctness)
- detailed review (read every line)
- test it on preview
## Before requesting a review
- [ ] made a self-review
- [ ] added inline comments where things may be not obvious (the "why",
not "what")
## Before merging
- [ ] tested locally and on preview environment (preview dev login:
0000)
- [ ] updated [test
cases](https://github.com/webstudio-is/webstudio/blob/main/apps/builder/docs/test-cases.md)
document
- [ ] added tests
- [ ] if any new env variables are added, added them to `.env` file
0 commit comments