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

Basic drag and drop #1

Merged
merged 21 commits into from
Aug 21, 2016
Merged

Basic drag and drop #1

merged 21 commits into from
Aug 21, 2016

Conversation

gauravgupta22
Copy link
Contributor

No description provided.


instance.bind('connection', this.connectionEvent.bind(this));

/* instance.bind('connectionDetached', function (connInfo, originalEvent) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Please remove unused code.

layer = JSON.parse(JSON.stringify(layer));
layer.props[prop] = value;
this.props.modifyLayer(layer);
}
Copy link
Contributor

Choose a reason for hiding this comment

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

Rename props - it's difficult to distinguish between layer.props and ReactJS this.props.

@virajprabhu virajprabhu merged commit 2057a64 into master Aug 21, 2016
virajprabhu pushed a commit that referenced this pull request Jan 15, 2017
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.

3 participants