Skip to content

Commit

Permalink
Fix for jumping cursor
Browse files Browse the repository at this point in the history
fixes eg this issue - facebook/react#1698
  • Loading branch information
Alex Morozova committed Jan 20, 2015
1 parent ed297a3 commit 87c8072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react.backbone.js
Expand Up @@ -15,7 +15,7 @@

var collectionBehavior = {
changeOptions: 'add remove reset sort',
updateScheduler: function(func) { return _.debounce(func, 0); }
updateScheduler: function(func) { return _.identity(func, 0); }
};

var modelBehavior = {
Expand Down

0 comments on commit 87c8072

Please sign in to comment.