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

View File

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