-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
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
Extra spaces keep getting added to tag list, repeats forever #52
Comments
I created a PR: #53 |
Hi @luckman212 , thanks for raising and fixing this! |
Thank you @clvrobj Right now, when clicking on the suggested tag, a space is prepended to the tag, e.g. But, I think it might be better if clicking on the tag instead added |
Almost perfect Pinboard extension! So far my only nitpick is:
The Tags field gets extra spaces appended to the taglist every time the extension is activated. I believe the problem could be solved by adding a
.trim()
function to the code that concatenates the taglist. see PR belowThe text was updated successfully, but these errors were encountered: