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 a link is added right after checking some other link's URL, checked link is updated. Adding a new link fails.
Steps for Reproduction
'link'
link1 link2
link1
link2
Expected behavior:
link2 should be a link to URL link2.
Actual behavior:
link2 isn't a link. link1's URL is now link2.
Platforms:
Google Chrome 53.0.2785.143 (64-bit), OS X El Capitan
Version:
v1.0.6
The text was updated successfully, but these errors were encountered:
I can reproduce. Step 4 is the important step. http://codepen.io/anon/pen/BLrEZY
v1.1.2
Sorry, something went wrong.
c8a70db
fix slab#1073
bd73097
ed553b0
No branches or pull requests
When a link is added right after checking some other link's URL, checked link is updated. Adding a new link fails.
Steps for Reproduction
'link'
to the toolbar)link1 link2
link1
text, click the link button in the toolbar, savelink1
text to see the URLlink2
text, click the link button in the toolbar, saveExpected behavior:
link2
should be a link to URLlink2
.Actual behavior:
link2
isn't a link.link1
's URL is nowlink2
.Platforms:
Google Chrome 53.0.2785.143 (64-bit), OS X El Capitan
Version:
v1.0.6
The text was updated successfully, but these errors were encountered: