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

interactable.reflow(action) to re-run modifiers, drop, etc #610

Merged
merged 6 commits into from
Mar 12, 2018
Merged

Conversation

taye
Copy link
Owner

@taye taye commented Mar 8, 2018

const interactable = interact(target);
const drag = { name: drag, axis: 'x' };
const resize = { name: resize, edges: { left: true, bottom: true };

interactable.reflow(drag);
interactable.reflow(resize);
  • tests
  • docs

Close #413 #246 #212

taye added 6 commits March 10, 2018 02:42
  const interactable = interact(target);
  const drag = { name: drag, axis: 'x' };
  const resize = { name: resize, edges: { left: true, bottom: true };

  interactable.reflow(drag);
  interactable.reflow(resize);
@taye taye merged commit e453ad3 into master Mar 12, 2018
@taye taye deleted the feat-reflow branch June 1, 2018 19:14
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.

1 participant