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

Interact js #1

Merged
merged 26 commits into from
Jul 28, 2016
Merged

Interact js #1

merged 26 commits into from
Jul 28, 2016

Conversation

DimitarChristoff
Copy link
Owner

removal of jquery-ui, event.drag, adding interact.js

still broken: a bunch of calls on drag events on canvas that bubble:

      $canvas
        .bind('keydown', handleKeyDown)
        .bind('click', handleClick)
        .bind('dblclick', handleDblClick)
        .bind('contextmenu', handleContextMenu)
        .bind('draginit', handleDragInit)
        .bind('dragstart', {distance: 3}, handleDragStart)
        .bind('drag', handleDrag)
        .bind('dragend', handleDragEnd)

@DimitarChristoff DimitarChristoff merged commit bfed2b4 into master Jul 28, 2016
@DimitarChristoff DimitarChristoff deleted the interact-js branch July 28, 2016 12:57
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