We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f067dbd commit 88a25e7Copy full SHA for 88a25e7
src/firestore/collection/changes.ts
@@ -60,7 +60,6 @@ export function combineChange(combined: firebase.firestore.DocumentChange[], cha
60
combined.splice(change.newIndex, 0, change);
61
break;
62
case 'modified':
63
- debugger;
64
// When an item changes position we first remove it
65
// and then add it's new position
66
if(change.oldIndex !== change.newIndex) {
0 commit comments