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

Fix for filter removes edit input for new nodes #658

Merged
merged 2 commits into from
Oct 31, 2016
Merged

Conversation

hglty07
Copy link
Contributor

@hglty07 hglty07 commented Oct 31, 2016

No description provided.

Copy link
Owner

@mar10 mar10 left a comment

Choose a reason for hiding this comment

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

See comments

}
if( enhanceTitle ) {
enhanceTitle({type: "enhanceTitle"}, {node: node, $title: $title});
if( !node.isEditing && !node.isEditing()){
Copy link
Owner

Choose a reason for hiding this comment

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

this should be i!node.isEditing || !node.isEditing()

@mar10 mar10 merged commit 27a1f18 into mar10:master Oct 31, 2016
mar10 added a commit that referenced this pull request Nov 6, 2016
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