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

pull/1/head
Caleb James DeLisle 7 years ago
parent 0aecfad854
commit 9509d538e0

@ -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; }

Loading…
Cancel
Save