Skip to content
This repository has been archived by the owner on Oct 5, 2019. It is now read-only.

Fix component being set to dirty on initialization #107

Closed
wants to merge 1 commit into from
Closed

Fix component being set to dirty on initialization #107

wants to merge 1 commit into from

Conversation

2J
Copy link
Contributor

@2J 2J commented Jan 2, 2017

Fixes #88

setTimeout(() => {
this.updateModel(this.date);
}, 0);
} else {
Copy link
Owner

Choose a reason for hiding this comment

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

Why did you removed the else ?

@2J
Copy link
Contributor Author

2J commented Jan 3, 2017

My mistake, the issue should be resolved in a different way

@2J 2J closed this Jan 3, 2017
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.

2 participants