primocms / primo

Primo is a visual CMS with a built-in code editor, Svelte blocks, and static site generator.
https://primocms.org
MIT License
1.92k stars 475 forks source link

Link field value changes after clicking on it #261

Closed WeAreELIC closed 1 year ago

WeAreELIC commented 1 year ago

I have a Repeater with a Link field (header nav). Here's the bug:

1. Edit the Block and change the link to a Page and Save

image

2. Click on the link on the rendered page. The link editor popup appears:

image

3. Click on another link or click the 'X' button, then click on the same link again:

image

As you see, the URL has changed. Also, I think the link popup should close when you click off of it anywhere.