We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When editing a link, and re-opening the dialog, link gets reset.
For example, section "logos":
<div class="fullwidth" data-simply-list="logos items" data-simply-sortable> <template> <article class="logos__logo-container 4u 12u(mobile) rowitem"> <a href="#" class="logos__logo" data-simply-field="logos items link"><img src="images/logo-alcina.png" alt="Alcina" /></a> </article> </template> </div>
Editing:
Is being edited in HTML:
Re-opening the dialog however:
Same behaviour after a refresh: editing shows an empty link.
Also, perhaps related, clicking "New window" doesn't enable the button (adds target="_blank" correctly though).
Using https://cdn.simplyedit.io/1/simply-edit.js.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When editing a link, and re-opening the dialog, link gets reset.
For example, section "logos":
Editing:
Is being edited in HTML:
Re-opening the dialog however:
Same behaviour after a refresh: editing shows an empty link.
Also, perhaps related, clicking "New window" doesn't enable the button (adds target="_blank" correctly though).
Using https://cdn.simplyedit.io/1/simply-edit.js.
The text was updated successfully, but these errors were encountered: