Skip to content
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

Feature #6 tag selection for drag and drop element #10

Conversation

akubasa
Copy link
Contributor

@akubasa akubasa commented Nov 9, 2017

This is the implementation for tag selection in Drag and Drop elements.
Tested and already working with it.

@cameronhimself
Copy link
Owner

Thanks so much for doing this!

Copy link
Owner

@cameronhimself cameronhimself left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a few minor things, thanks again!

src/Drop.vue Outdated
@@ -16,8 +16,11 @@
const insideElements = new Set();

export default {
props: {
tag: { type: String, default: 'div' },
},
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use tabs for indentation.

README.md Outdated
### `tag`
**validation** `String`
**default**: `div`
Drag or Drop element's wrapper , defaults to div
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add a period to the end, and remove the space before the comma?

src/Drop.vue Outdated
data: () => ({ dataKey: null }),
computed: {
computed: {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It doesn't look like this indentation should be changed.

@akubasa
Copy link
Contributor Author

akubasa commented Nov 17, 2017

@cameronhimself, done

@cameronhimself cameronhimself merged commit cd44481 into cameronhimself:master Nov 17, 2017
@cameronhimself
Copy link
Owner

I'll publish to npm this weekend. Thanks again!

@cameronhimself cameronhimself mentioned this pull request Nov 17, 2017
@akubasa
Copy link
Contributor Author

akubasa commented Nov 21, 2017 via email

@cameronhimself
Copy link
Owner

I'm sorry, busy weekend. I'll release tonight after I get off work.

@cameronhimself
Copy link
Owner

Released! Thanks again, and sorry for the delay.

@akubasa
Copy link
Contributor Author

akubasa commented Nov 21, 2017 via email

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

Successfully merging this pull request may close these issues.

2 participants