Cursor not being updated at the right times before applying a patch.

This commit is contained in:
Caleb James DeLisle 2017-10-06 14:49:52 +03:00
parent 0aecfad854
commit 9509d538e0
1 changed files with 2 additions and 0 deletions

View File

@ -210,6 +210,8 @@ define([
return true;
}
cursor.update();
// no use trying to recover the cursor if it doesn't exist
if (!cursor.exists()) { return; }