Allow for many draggable elements (Issue #6)#17
Open
troddenfrog wants to merge 1 commit intobranu-ws:masterfrom
Open
Allow for many draggable elements (Issue #6)#17troddenfrog wants to merge 1 commit intobranu-ws:masterfrom
troddenfrog wants to merge 1 commit intobranu-ws:masterfrom
Conversation
…ded.
The global 'const data = {' object has been turned into a class, an instance of which is attached to each 'v-drag' enhanced HTML element.
Tests have been updated accordingly.
Contributor
|
Hi! Thanks for this PR. Sorry about the slow reply. I'll review this and get it merged and released ASAP. Edit: Unfortunately I no longer work at this org, and I don't know of anyone who has write access to this repo. We may need to fork and continue development (I am the original and only contributor, so I'm happy to take care of it). We will need to publish a new NPM package, too. |
Author
|
that's fine for me.
thanks for the update and happy new year!
Il giorno dom 30 dic 2018, 12:17 Lachlan <notifications@github.com> ha
scritto:
… Hi!
Thanks for this PR. Sorry about the slow reply. I'll review this and get
it merged and released ASAP.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#17 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AQwDE25SmYUNTaRQfPfiaxYTse6Kc5qTks5u-KC6gaJpZM4YbZ3p>
.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The possibility of having more than one draggable element has been added.
The global 'const data = {...}' object has been turned into a class, an instance of which is attached to each 'v-drag' enhanced HTML element.
Tests have been updated accordingly.