Skip to content

Commit

Permalink
Undo component did update idle test
Browse files Browse the repository at this point in the history
  • Loading branch information
mike alfonse committed Nov 30, 2017
1 parent 32ae69a commit 40e2d22
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 13 deletions.
Binary file modified dist/dist-min.tar.gz
Binary file not shown.
Binary file modified dist/dist-min.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion dist/dist-min/react-console.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/dist-min/react-console.min.js.map

Large diffs are not rendered by default.

Binary file modified dist/dist.tar.gz
Binary file not shown.
Binary file modified dist/dist.zip
Binary file not shown.
6 changes: 3 additions & 3 deletions dist/dist/react-console.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/dist/react-console.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions lib/react-console.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/react-console.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions src/react-console.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ class ConsolePrompt extends React.Component<ConsolePromptProps,{}> {
componentDidMount() {
this.idle();
}
// componentDidUpdate() {
// this.idle();
// }
componentDidUpdate() {
this.idle();
}
// DOM Management
updateSemaphore: number = 0;
idle() {
Expand Down

0 comments on commit 40e2d22

Please sign in to comment.