Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
cheton committed Apr 16, 2016
2 parents 2f72820 + f1e2cc6 commit e8c5ba0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions dist/infinite-tree.js
Original file line number Diff line number Diff line change
Expand Up @@ -758,6 +758,11 @@ return /******/ (function(modules) { // webpackBootstrap
return false;
}

// Reentrancy not allowed
if (node.state.loading === true) {
return false;
}

// Set loading state to true
node.state.loading = true;
this.rows[nodeIndex] = this.options.rowRenderer(node, this.options);
Expand Down
Loading

0 comments on commit e8c5ba0

Please sign in to comment.