Cursor not being updated at the right times before applying a patch.
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…
Reference in New Issue