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

Cell Toolbar #183

Merged
merged 1 commit into from
Feb 26, 2016
Merged

Cell Toolbar #183

merged 1 commit into from
Feb 26, 2016

Conversation

kenwheeler
Copy link
Contributor

cc @rgbkrk

constructor(props) {
super(props);
this.removeCell = this.removeCell.bind(this);
this.executeCell = this.executeCell.bind(this);
Copy link
Member

Choose a reason for hiding this comment

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

What makes this need to bind to this here?

...

Oh, because you pass it to the onClick

rgbkrk added a commit that referenced this pull request Feb 26, 2016
@rgbkrk rgbkrk merged commit a4d897c into nteract:master Feb 26, 2016
@rgbkrk
Copy link
Member

rgbkrk commented Feb 26, 2016

💥

@rgbkrk rgbkrk mentioned this pull request Feb 27, 2016
@lock
Copy link

lock bot commented Apr 4, 2018

This thread has been automatically locked because it has not had recent activity. Please open a new issue for related bugs and link to relevant comments in this thread.

@lock lock bot locked and limited conversation to collaborators Apr 4, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants