Skip to content
This repository has been archived by the owner on Nov 22, 2021. It is now read-only.

Remove duplicate tags on paste #826

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

stehlikio
Copy link

I recently ran into this and saw issue #795. It's a decent workaround, but a more permanent fix might be helpful.

It looks like when adding all of the tags from the paste, since everything is running async, the tags aren't present in the items array at the time of the duplicate check. We can get in front of this issue by removing duplicates from the split text before we try to insert duplicate values and have to check later down the road.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.0004%) to 99.801% when pulling 2d5e7c8 on stehlikio:fix-paste-dups into 87d0e6b on mbenford:master.

@samfitz66
Copy link

Any chance this could be released? :)

@realph
Copy link

realph commented Jun 18, 2019

+1 to have this merged in. @mbenford any plans?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants